pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/openttd
Module Name: pkgsrc
Committed By: tnn
Date: Mon May 27 11:19:22 UTC 2019
Modified Files:
pkgsrc/games/openttd: Makefile
Log Message:
openttd: fix iconv(3) detection
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/games/openttd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/openttd/Makefile
diff -u pkgsrc/games/openttd/Makefile:1.78 pkgsrc/games/openttd/Makefile:1.79
--- pkgsrc/games/openttd/Makefile:1.78 Sun Apr 28 19:13:00 2019
+++ pkgsrc/games/openttd/Makefile Mon May 27 11:19:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2019/04/28 19:13:00 nia Exp $
+# $NetBSD: Makefile,v 1.79 2019/05/27 11:19:22 tnn Exp $
DISTNAME= openttd-1.9.1-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --man-dir=${PKGMANDIR}/
CONFIGURE_ARGS+= --menu-dir=share/applications
CONFIGURE_ARGS+= --personal-dir=.openttd
CONFIGURE_ARGS+= --shared-dir=${VARBASE}/games/openttd
-CONFIGURE_ARGS+= --with-iconv
+CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --with-lzo2=${BUILDLINK_PREFIX.lzo}/lib
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index