summaryrefslogtreecommitdiffstats
path: root/games/3dc/files/patch-Makefile
blob: 791668f75d3e1b7be21e48d04e649462089124f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- Makefile.orig	Thu Apr 11 16:23:53 1996
+++ Makefile	Fri Jan 26 23:23:12 2007
@@ -13,7 +13,7 @@
 # If your system doesn't have a unique define already, define one here.
 
 # Linux
-CONFIGS=-DHAVE_UNISTD_H -DHAVE_ULIMIT_H
+CONFIGS=-DHAVE_UNISTD_H
 # OSF/Digital Unix/HPUX
 #CONFIGS=-fPIC -DHAVE_UNISTD_H -DHAVE_ULIMIT_H
 # Sun
@@ -27,19 +27,19 @@
 #   can send me opinions at mailto:paulh@euristix.ie
 PREFS=-DUNDO_ANY_MOVE
 
-CC=gcc
+#CC=gcc
 #DEBUG=-g -Wall -DDEBUG
 DEBUG=
-COPTIONS=-O2 -fstrength-reduce -fpcc-struct-return -DVERSION=\"${VERSION}\"
+COPTIONS=-DVERSION=\"${VERSION}\"
 
-CFLAGS=${COPTIONS} ${DEBUG} ${CONFIGS} ${PREFS} -I../include
+CFLAGS+=${COPTIONS} ${DEBUG} ${CONFIGS} ${PREFS} -I../include -I${LOCALBASE}/include
 LDOPTIONS=
 
 # LDLIBS should include the name of your X library path if not /usr/lib;
 # and I definitely recommend getting Xaw3d.  The extra appearance doesn't
 # appear much but it looks much better when it does.
 # Linux
-LDLIBS=-L/usr/X11R6/lib -lXpm -lXaw3d -lXmu -lXext -lXt -lX11
+LDLIBS=-L${LOCALBASE}/lib -lXpm -lXaw3d -lXmu -lXext -lXt -lX11 -Wl,-rpath,${LOCALBASE}/lib
 # Sun
 #LDLIBS=-lXpm -lXaw -lXmu -lXext -lXt -lX11 -lm
 
OpenPOWER on IntegriCloud