summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-14 05:18:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-14 05:18:33 +0000
commitbf7e022ebcf4f568f56076c6c7dc8a9b754bb49f (patch)
tree98b80b980f7351ebc60241c1eb3b10e8f6f24a87 /www
parentFix build on amd64 (shared library objects must be compiled with -fPIC) (diff)
Fix build on amd64 (shared library objects must be built with -fPIC)
Notes
Notes: svn path=/head/; revision=103961
Diffstat (limited to 'www')
-rw-r--r--www/sidplug/files/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/sidplug/files/patch-Makefile b/www/sidplug/files/patch-Makefile
index 50a85246b984..d5d7229bba9d 100644
--- a/www/sidplug/files/patch-Makefile
+++ b/www/sidplug/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile Mon Nov 17 02:32:09 1997
-+++ Makefile.new Fri Dec 14 21:08:26 2001
+--- Makefile.orig Mon Nov 17 02:32:09 1997
++++ Makefile Sat Mar 13 21:18:05 2004
@@ -19,11 +19,10 @@
#
@@ -11,7 +11,7 @@
-OPTIMIZER = -O
-CFLAGS = $(OPTIMIZER) $(PLUGIN_DEFINES)
+CC ?= gcc
-+CFLAGS += $(PLUGIN_DEFINES)
++CFLAGS += $(PLUGIN_DEFINES) -fPIC
SRC= sidplug.c npunix.c
OBJ= sidplug.o npunix.o