diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 11:37:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 11:37:49 +0000 |
commit | 1d0ad6ec4eb30514436ed95173c33c85836690ef (patch) | |
tree | 2edf70a9128dd16b5fa599e66988c02e1ed1562f /x11-themes/xenostep | |
parent | bf7d9bd3d724eab67ed842224b3637277cf3724d (diff) |
Fix build on amd64 (build shared library objects with -fPIC)
Notes
Notes:
svn path=/head/; revision=104613
Diffstat (limited to 'x11-themes/xenostep')
-rw-r--r-- | x11-themes/xenostep/files/patch-aa | 6 |
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: |