pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/Addresses



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  2 23:33:19 UTC 2023

Modified Files:
        pkgsrc/misc/Addresses: Makefile

Log Message:
Addresses: fix build on NetBSD-current

Feel free to unrestrict these LDFLAGS for other operating systems.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/misc/Addresses/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/Addresses/Makefile
diff -u pkgsrc/misc/Addresses/Makefile:1.49 pkgsrc/misc/Addresses/Makefile:1.50
--- pkgsrc/misc/Addresses/Makefile:1.49 Wed Nov 23 16:18:52 2022
+++ pkgsrc/misc/Addresses/Makefile      Thu Mar  2 23:33:19 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2022/11/23 16:18:52 adam Exp $
-#
+# $NetBSD: Makefile,v 1.50 2023/03/02 23:33:19 wiz Exp $
 
 DISTNAME=              Addresses-0.4.8
 PKGREVISION=           23
@@ -7,7 +6,7 @@ CATEGORIES=             misc gnustep
 MASTER_SITES=          http://savannah.nongnu.org/download/gap/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=             http://giesler.biz/bjoern/en/sw_addr.html
+HOMEPAGE=              https://gap.nongnu.org/addresses/
 COMMENT=               Address book for GNUstep
 LICENSE=               gnu-lgpl-v2
 
@@ -17,8 +16,13 @@ NO_CONFIGURE=                yes
 MAKE_JOBS_SAFE=                no
 MAKE_ENV+=             Addresses_OBJCFLAGS=-I..
 MAKE_FILE=             GNUmakefile
+# /usr/bin/ld: ./obj/AddressManager.obj/Controller.m.o: undefined reference to symbol 'objc_lookup_class'
+# /usr/bin/ld: /usr/pkg/lib/libobjc.so.4.6: error adding symbols: DSO missing from command line
+LDFLAGS.NetBSD+=       -lunwind
+MAKE_ENV+=             ADDITIONAL_LDFLAGS=${LDFLAGS:Q}
 
 .include "../../devel/gnustep-base/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
 .include "../../x11/gnustep-back/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index