pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/hylafax



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug  9 08:27:22 UTC 2023

Modified Files:
        pkgsrc/comms/hylafax: Makefile

Log Message:
hylafax: Sprinkle MKPIE_SUPPORTED=no

As with other packages, this one was previously overlooked, but a
build failure surfaces with the new wrapper behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/comms/hylafax/Makefile

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

Modified files:

Index: pkgsrc/comms/hylafax/Makefile
diff -u pkgsrc/comms/hylafax/Makefile:1.77 pkgsrc/comms/hylafax/Makefile:1.78
--- pkgsrc/comms/hylafax/Makefile:1.77  Thu Jan  5 14:30:13 2023
+++ pkgsrc/comms/hylafax/Makefile       Wed Aug  9 08:27:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2023/01/05 14:30:13 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2023/08/09 08:27:22 nia Exp $
 
 DISTNAME=      hylafax-6.0.7
 PKGREVISION=   2
@@ -31,6 +31,9 @@ CONFIGURE_ENV+=               VARBASE=${VARBASE}
 CHECK_PORTABILITY_SKIP=        rpm/jobcontrol.sh
 MANCOMPRESSED=         yes
 
+# Relocations result in a linker error
+MKPIE_SUPPORTED=       no
+
 FAXUSER?=      uucp
 FAXGROUP?=     dialer
 RCD_SCRIPTS=   hfaxd faxq



Home | Main Index | Thread Index | Old Index