mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
16 lines
418 B
Plaintext
16 lines
418 B
Plaintext
--- Jamrules.orig
|
|
+++ Jamrules
|
|
@@ -5,8 +5,9 @@
|
|
DATADIR = $(PREFIX)/share/gillo ;
|
|
DOCDIR = $(PREFIX)/share/doc/gillo ;
|
|
|
|
-CCFLAGS += -DENABLE_BINRELOC ;
|
|
-if $(DEBUG) { CCFLAGS += -g -O0 -DDEBUG ; }
|
|
-else CCFLAGS += -O3 ;
|
|
+CCFLAGS += $(CFLAGS) %%SDL_CFLAGS%% ;
|
|
+HDRS = $(LOCALBASE)/include ;
|
|
+#if $(DEBUG) { CCFLAGS += -g -O0 -DDEBUG ; }
|
|
+#else CCFLAGS += -O3 ;
|
|
C++FLAGS += $(CCFLAGS) ;
|
|
#LINKFLAGS += -static ;
|