mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Use the CFLAGS of /etc/make.conf :)
This commit is contained in:
parent
dcc9181401
commit
83469200d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12041
@ -1,5 +1,5 @@
|
||||
--- Makefile Sun Mar 5 20:47:27 1995
|
||||
+++ /home/andy/tmp/wrk/Makefile Fri May 1 14:18:33 1998
|
||||
--- Makefile.orig Mon Mar 6 04:47:27 1995
|
||||
+++ Makefile Tue Jul 21 01:16:08 1998
|
||||
@@ -7,15 +7,15 @@
|
||||
RM = rm -f
|
||||
CC = gcc
|
||||
@ -10,11 +10,12 @@
|
||||
CONFIG = $(FILE_CONFIG)
|
||||
#DEBUG = -DDEBUG -g -ansi
|
||||
#DEBUG = -DDEBUG -g -ansi -pedantic
|
||||
DEBUG = -O2
|
||||
-DEBUG = -O2
|
||||
+#DEBUG = -O2
|
||||
|
||||
-CFLAGS = $(DEBUG) $(CONFIG)
|
||||
-LIBS = -lX11
|
||||
+CFLAGS = $(DEBUG) $(CONFIG) -I${X11BASE}/include
|
||||
+CFLAGS += $(CONFIG) -I${X11BASE}/include
|
||||
+LIBS = -L${X11BASE}/lib -lX11
|
||||
|
||||
OBJS = das_mit_dem_affen.o
|
||||
|
Loading…
Reference in New Issue
Block a user