aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/scintilla
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-10-16 06:53:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-10-16 06:53:33 +0000
commit7a9da5920b6d9c641d9ee41c5a3ed89919eca79c (patch)
treef25aa1ed8613cb689857cf3f4f93eae06b298fd2 /x11-toolkits/scintilla
parente68b08cd5ec36a68f8914237c787d8b0e757145f (diff)
downloadports-7a9da5920b6d9c641d9ee41c5a3ed89919eca79c.tar.gz
ports-7a9da5920b6d9c641d9ee41c5a3ed89919eca79c.zip
Make sure the PIC CFLAGS are properly used for all objects.
Reported by: Stefan 'Steve' Tell <stefan.tell@crashmail.de>
Notes
Notes: svn path=/head/; revision=145531
Diffstat (limited to 'x11-toolkits/scintilla')
-rw-r--r--x11-toolkits/scintilla/files/patch-aa13
1 files changed, 8 insertions, 5 deletions
diff --git a/x11-toolkits/scintilla/files/patch-aa b/x11-toolkits/scintilla/files/patch-aa
index 0b7f4d4f9ed0..1fbdc0407b85 100644
--- a/x11-toolkits/scintilla/files/patch-aa
+++ b/x11-toolkits/scintilla/files/patch-aa
@@ -1,5 +1,5 @@
---- makefile.orig Fri Jul 9 02:56:56 2004
-+++ makefile Fri Jul 9 03:08:57 2004
+--- makefile.orig Fri Oct 15 19:41:26 2004
++++ makefile Sun Oct 16 02:51:33 2005
@@ -8,16 +8,17 @@
# To force GTK+ 1 build, define GTK1 on the make command line.
@@ -21,7 +21,7 @@
vpath %.h ../src ../include
vpath %.cxx ../src
-@@ -32,31 +33,31 @@
+@@ -32,33 +33,33 @@
endif
ifdef DEBUG
@@ -58,10 +58,13 @@
- $(CC) `$(CONFIGFLAGS)` $(CXXFLAGS) -c $<
+ $(CC) $(PICFLAGS) `$(CONFIGFLAGS)` $(CXXFLAGS) -c $<
.c.o:
- $(CCOMP) `$(CONFIGFLAGS)` $(CXXFLAGS) -w -c $<
+- $(CCOMP) `$(CONFIGFLAGS)` $(CXXFLAGS) -w -c $<
++ $(CCOMP) $(PICFLAGS) `$(CONFIGFLAGS)` $(CXXFLAGS) -w -c $<
+ #++Autogenerated -- run src/LexGen.py to regenerate
+ #**LEXOBJS=\\\n\(\*.o \)
@@ -72,7 +73,7 @@
- LexVerilog.o LexYAML.o
+ LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o
#--Autogenerated -- end of automatically generated section
-all: $(COMPLIB)