aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-19 19:37:49 +0800
committerkris <kris@FreeBSD.org>2004-03-19 19:37:49 +0800
commit577259f4c82be7ac5ea1c8f0da7b6239667ec4b6 (patch)
treefe23f2ae448e353e0630b9b9392c55cce225a4a3 /x11-themes
parent14282ddc4d5f6995ecac05ef9fb4515cda7e7527 (diff)
downloadfreebsd-ports-graphics-577259f4c82be7ac5ea1c8f0da7b6239667ec4b6.tar.gz
freebsd-ports-graphics-577259f4c82be7ac5ea1c8f0da7b6239667ec4b6.tar.zst
freebsd-ports-graphics-577259f4c82be7ac5ea1c8f0da7b6239667ec4b6.zip
Fix build on amd64 (build shared library objects with -fPIC)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xenostep/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/xenostep/files/patch-aa b/x11-themes/xenostep/files/patch-aa
index d391eaf3cba..14aa91044b8 100644
--- a/x11-themes/xenostep/files/patch-aa
+++ b/x11-themes/xenostep/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Oct 23 14:21:41 2000
-+++ Makefile Thu Nov 16 11:12:35 2000
+--- Makefile.orig Mon Oct 23 04:21:41 2000
++++ Makefile Fri Mar 19 03:37:41 2004
@@ -4,11 +4,13 @@
# Edit the entries below for your system:
# In most cases you don't have to
@@ -13,7 +13,7 @@
+CC ?= gcc
+_CFLAGS != $(GTK_CONFIG) --cflags
+_LIBS != $(GTK_CONFIG) --libs
-+CFLAGS += $(_CFLAGS)
++CFLAGS += $(_CFLAGS) -fPIC
+LIBS += $(_LIBS)
#Use these for FreeBSD:
td>1-1/+0 * Import patches from upstream:mm2011-01-157-37/+264 * Update libevent to 1.4.14bmm2010-07-251-1/+1 * - Use PFRULE_STATESLOPPY if supportedmm2010-06-101-27/+27 * - Fix SSL session id callback error (seed random before chroot) [1]mm2010-06-104-152/+88 * - Import relayctl runtime log verbosity setting from OpenBSDmm2010-05-3112-21/+492 * - Build only with OSVERSION => 702104mm2010-05-311-2/+2 * - Add missing relayd.conf.sample to pkg-plistmm2010-05-291-0/+1 * - Fix SSL certificate paths to PREFIXmm2010-05-293-45/+223 * - Update to 4.6.20090813mm2010-05-2836-507/+1105 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-7/+4 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-3/+0 * - Update libevent dependency and bump PORTREVISIONmnag2008-08-201-1/+2 * - Fix build on sparc64 and amd64gahr2008-04-082-7/+12 * - Mark BROKEN on amd64: does not compilepav2008-02-201-0/+4