diff options
author | gblach <gblach@FreeBSD.org> | 2013-06-10 02:51:47 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-06-10 02:51:47 +0800 |
commit | c3b763b7deb0c1a10f2e963ab0508a891749e9c9 (patch) | |
tree | 0f7c813031dcd2a250744c854daeb8ac12d298d0 | |
parent | 010f16ae90abfafaef976ad79363851cda728756 (diff) | |
download | freebsd-ports-gnome-c3b763b7deb0c1a10f2e963ab0508a891749e9c9.tar.gz freebsd-ports-gnome-c3b763b7deb0c1a10f2e963ab0508a891749e9c9.tar.zst freebsd-ports-gnome-c3b763b7deb0c1a10f2e963ab0508a891749e9c9.zip |
- Fix build with gcc 4.6 or newer
Approved by: crees, tabthorpe (mentors, implicit)
-rw-r--r-- | x11-wm/enlightenment/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/enlightenment/files/patch-configure b/x11-wm/enlightenment/files/patch-configure new file mode 100644 index 000000000000..b950a4e670ba --- /dev/null +++ b/x11-wm/enlightenment/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2013-06-05 01:36:00.000000000 +0200 ++++ configure 2013-06-05 01:36:17.000000000 +0200 +@@ -23834,8 +23834,6 @@ + + + +-SUID_CFLAGS=-fPIE +-SUID_LDFLAGS=-pie + + + |