pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/ted
Module Name: pkgsrc
Committed By: maya
Date: Sat Jul 22 16:48:46 UTC 2017
Modified Files:
pkgsrc/editors/ted: Makefile
Log Message:
Darwin seems to also need -liconv.
blind commit prompted by darwin bulk builds
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/editors/ted/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/ted/Makefile
diff -u pkgsrc/editors/ted/Makefile:1.61 pkgsrc/editors/ted/Makefile:1.62
--- pkgsrc/editors/ted/Makefile:1.61 Thu Oct 9 14:06:32 2014
+++ pkgsrc/editors/ted/Makefile Sat Jul 22 16:48:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2014/10/09 14:06:32 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2017/07/22 16:48:46 maya Exp $
DISTNAME= ted-2.21.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -34,9 +34,10 @@ CONFIGURE_ENV+= ac_xpm_libraries="${BUIL
CONFIGURE_ENV+= ac_zlib_includes="${BUILDLINK_PREFIX.zlib}/include"
CONFIGURE_ENV+= ac_zlib_libraries="${BUILDLINK_PREFIX.zlib}/lib"
-LDFLAGS.SunOS+= -liconv
-LDFLAGS+= -lXft
-LDFLAGS+= -lfontconfig
+LDFLAGS.SunOS+= -liconv
+LDFLAGS.Darwin+= -liconv
+LDFLAGS+= -lXft
+LDFLAGS+= -lfontconfig
MAKE_FLAGS+= CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-MOTIF
Home |
Main Index |
Thread Index |
Old Index