aboutsummaryrefslogtreecommitdiff
path: root/net/freebsd-uucp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2021-02-19 22:03:31 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2021-02-19 22:03:31 +0000
commitb4f97daaf315489f0f4ac94468c935fca6fd5d59 (patch)
tree5c604fa696256a870ea7a6f31bb0ed10f7663172 /net/freebsd-uucp
parent385b24763e125e257bb14e72cef6e30586f4ae52 (diff)
downloadports-b4f97daaf315489f0f4ac94468c935fca6fd5d59.tar.gz
ports-b4f97daaf315489f0f4ac94468c935fca6fd5d59.zip
- force PIE off to fix build if base system PIE enabled
PR: 253275
Notes
Notes: svn path=/head/; revision=566104
Diffstat (limited to 'net/freebsd-uucp')
-rw-r--r--net/freebsd-uucp/Makefile2
-rw-r--r--net/freebsd-uucp/pkg-plist1
2 files changed, 2 insertions, 1 deletions
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile
index 27c7872cb109..a5bcea728054 100644
--- a/net/freebsd-uucp/Makefile
+++ b/net/freebsd-uucp/Makefile
@@ -29,7 +29,7 @@ FIXME= etc/periodic/daily/340.uucp etc/periodic/daily/410.status-uucp \
etc/periodic/weekly/300.uucp
# fix errros for -std=iso9899:1999 in FreeBSD 5.1
-MAKE_ENV+= CSTD=gnu99
+MAKE_ENV+= CSTD=gnu99 WITHOUT_PIE=true
OPTIONS_DEFINE=PAM ENCRYPTED_PASSWORDS VAR_LOG
OPTIONS_DEFAULT=
diff --git a/net/freebsd-uucp/pkg-plist b/net/freebsd-uucp/pkg-plist
index cd9ff3efcde1..70f98a80b90a 100644
--- a/net/freebsd-uucp/pkg-plist
+++ b/net/freebsd-uucp/pkg-plist
@@ -62,3 +62,4 @@ libexec/uucp/uucico
@dir(uucp,uucp,775) /var/spool/uucp/.Xqtdir
@dir(uucp,uucp,775) /var/spool/uucp
@dir(uucp,uucp,777) /var/spool/uucppublic
+@dir info