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:           Fri Feb 10 09:07:22 UTC 2023

Modified Files:
        pkgsrc/x11/libXpm: Makefile

Log Message:
libXpm: fix build on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/x11/libXpm/Makefile:1.29
--- pkgsrc/x11/libXpm/Makefile:1.28     Mon Jan 23 08:30:02 2023
+++ pkgsrc/x11/libXpm/Makefile  Fri Feb 10 09:07:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2023/01/23 08:30:02 adam Exp $
+# $NetBSD: Makefile,v 1.29 2023/02/10 09:07:22 tnn Exp $
 
 DISTNAME=              libXpm-3.5.15
 CATEGORIES=            x11 graphics
@@ -26,6 +26,10 @@ USE_EXPLICIT_LIBDEPS=        no
 CONFIGURE_ENV+=                ac_cv_search_gettext=no
 # Explicitly define path to gzip.
 CONFIGURE_ENV+=                XPM_PATH_GZIP=${TOOLS_GZIP_CMD}
+# compress(1) is not a tool known to pkgsrc. Just force the typical
+# 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
 MAKE_ENV+=             INTLLIBS=${BUILDLINK_LDADD.gettext:Q}
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index