summaryrefslogtreecommitdiff
path: root/print/cups15/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups15/Makefile')
-rw-r--r--print/cups15/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/cups15/Makefile b/print/cups15/Makefile
index 64fded10d01..2256124ef2c 100644
--- a/print/cups15/Makefile
+++ b/print/cups15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/10/10 17:05:17 richard Exp $
+# $NetBSD: Makefile,v 1.10 2016/02/25 17:52:45 jperkin Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -90,9 +90,7 @@ PLIST.notmac= yes
# Avoid the following error when compiling with clang.
# /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC'
# can not be used when making a shared object; recompile with -fPIC
-.if ${OPSYS} == "FreeBSD"
-BUILDLINK_TRANSFORM+= rm:-Wl,-pie
-.endif
+BUILDLINK_TRANSFORM.FreeBSD+= rm:-Wl,-pie
# CUPS_USER user to run filter and CGI programs as
# CUPS_GROUP group to run filter and CGI programs as