pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXpm
Module Name: pkgsrc
Committed By: tnn
Date: Thu Mar 2 07:52:30 UTC 2023
Modified Files:
pkgsrc/x11/libXpm: Makefile
Log Message:
libXpm: wire down path to uncompress(1) as well
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/libXpm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libXpm/Makefile
diff -u pkgsrc/x11/libXpm/Makefile:1.29 pkgsrc/x11/libXpm/Makefile:1.30
--- pkgsrc/x11/libXpm/Makefile:1.29 Fri Feb 10 09:07:22 2023
+++ pkgsrc/x11/libXpm/Makefile Thu Mar 2 07:52:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2023/02/10 09:07:22 tnn Exp $
+# $NetBSD: Makefile,v 1.30 2023/03/02 07:52:30 tnn Exp $
DISTNAME= libXpm-3.5.15
CATEGORIES= x11 graphics
@@ -30,6 +30,7 @@ CONFIGURE_ENV+= XPM_PATH_GZIP=${TOOLS_G
# path of the tool for now. Linux systems usually do not have compress(1)
# installed by default and that bombs the configure phase.
CONFIGURE_ENV+= XPM_PATH_COMPRESS=/usr/bin/compress
+CONFIGURE_ENV+= XPM_PATH_UNCOMPRESS=/usr/bin/uncompress
MAKE_ENV+= INTLLIBS=${BUILDLINK_LDADD.gettext:Q}
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index