pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/databases/gdbm
>> So, the fix for gdbm and python311 should the following. Right?
>>
>> Index: buildlink3.mk
>> ===================================================================
>> RCS file: /cvsroot/pkgsrc/databases/gdbm/buildlink3.mk,v
>> retrieving revision 1.14
>> diff -u -r1.14 buildlink3.mk
>> --- buildlink3.mk 19 Nov 2020 02:57:11 -0000 1.14
>> +++ buildlink3.mk 2 May 2024 07:58:51 -0000
>> @@ -10,7 +10,9 @@
>> BUILDLINK_PKGSRCDIR.gdbm?= ../../databases/gdbm
>>
>> .include "../../converters/libiconv/buildlink3.mk"
>> +.if ${PKG_BUILD_OPTIONS.gdbm:Mnls}
>> .include "../../devel/gettext-lib/buildlink3.mk"
>> +.endif
>> .endif # GDBM_BUILDLINK3_MK
>>
>> BUILDLINK_TREE+= -gdbm
> It's a bit longer
> pkgbase := gdbm
> .include "../../mk/pkg-build-options.mk"
> .if ${PKG_BUILD_OPTIONS.gdbm:Mnls}
> .include "../../devel/gettext-lib/buildlink3.mk"
> .endif
I've just commited exactly this. Thanks!
Home |
Main Index |
Thread Index |
Old Index