aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/xenostep
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 11:37:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 11:37:49 +0000
commit1d0ad6ec4eb30514436ed95173c33c85836690ef (patch)
tree2edf70a9128dd16b5fa599e66988c02e1ed1562f /x11-themes/xenostep
parentbf7d9bd3d724eab67ed842224b3637277cf3724d (diff)
downloadports-1d0ad6ec4eb30514436ed95173c33c85836690ef.tar.gz
ports-1d0ad6ec4eb30514436ed95173c33c85836690ef.zip
Notes
Diffstat (limited to 'x11-themes/xenostep')
-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 d391eaf3cba8..14aa91044b8f 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: