aboutsummaryrefslogtreecommitdiffstats
path: root/devel/openthreads/files/patch-Make::makedefs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/openthreads/files/patch-Make::makedefs')
-rw-r--r--devel/openthreads/files/patch-Make::makedefs11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/openthreads/files/patch-Make::makedefs b/devel/openthreads/files/patch-Make::makedefs
index f5b166baef88..70b842fe762f 100644
--- a/devel/openthreads/files/patch-Make::makedefs
+++ b/devel/openthreads/files/patch-Make::makedefs
@@ -1,14 +1,15 @@
---- Make/makedefs.orig Thu Oct 16 19:33:14 2003
-+++ Make/makedefs Thu Oct 16 19:38:33 2003
+--- Make/makedefs.orig Thu Oct 2 16:56:31 2003
++++ Make/makedefs Mon Jan 24 21:28:13 2005
@@ -252,15 +252,22 @@
CXX = g++
endif
DEPARG = -MM
- INC += -I/usr/local/include -I/usr/X11R6/include
-+ INC += -I${LOCALBASE}/include -I${X11BASE}/include
- DEF += -W -Wall
+- DEF += -W -Wall
- OPTF = -O2
-+ OPTF = %%CXXFLAGS%%
++ INC += -I${LOCALBASE}/include -I${X11BASE}/include
++ DEF += -W -Wall -fPIC
++ OPTF = -O -pipe
DBGF = -g
SHARED = -shared
ARCH = 32