pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/enlightenment



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 19 14:49:16 UTC 2018

Modified Files:
        pkgsrc/x11/enlightenment: Makefile

Log Message:
enlightenment: Remove hardcoded -pie on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/enlightenment/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/enlightenment/Makefile
diff -u pkgsrc/x11/enlightenment/Makefile:1.47 pkgsrc/x11/enlightenment/Makefile:1.48
--- pkgsrc/x11/enlightenment/Makefile:1.47      Thu Aug 16 18:54:33 2018
+++ pkgsrc/x11/enlightenment/Makefile   Fri Oct 19 14:49:16 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2018/08/16 18:54:33 adam Exp $
+# $NetBSD: Makefile,v 1.48 2018/10/19 14:49:16 jperkin Exp $
 #
 
 DISTNAME=      enlightenment-0.17.3
@@ -31,6 +31,8 @@ CONFIGURE_ARGS+=      --disable-mount-hal --d
                        --disable-mount-eeze
 CONFIGURE_ENV+=                MODULE_ARCH="${LOWER_OPSYS}-${MACHINE_ARCH}"
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-pie
+
 BUILD_DEFS+=           PKG_SYSCONFBASE
 
 INSTALLATION_DIRS=     ${EGDIR}



Home | Main Index | Thread Index | Old Index