diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /emulators/darcnes/files/patch-ab | |
parent | Update to version 2.2.6 (diff) |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
Diffstat (limited to 'emulators/darcnes/files/patch-ab')
-rw-r--r-- | emulators/darcnes/files/patch-ab | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/emulators/darcnes/files/patch-ab b/emulators/darcnes/files/patch-ab index 69bbc0bfc021..7d046d199615 100644 --- a/emulators/darcnes/files/patch-ab +++ b/emulators/darcnes/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Mar 28 09:51:41 2001 -+++ Makefile Mon Feb 2 20:30:32 2004 +--- Makefile.orig 2001-03-28 02:51:41.000000000 +0200 ++++ Makefile 2008-04-01 16:53:11.000000000 +0200 @@ -11,16 +11,16 @@ #C_ONLY=-DC_ONLY @@ -36,17 +36,16 @@ LIBS=-lvgagl -lvga endif -@@ -43,9 +47,10 @@ +@@ -43,9 +47,9 @@ # ifeq ($(TARGET),Linux_X) CONFFLAGS=-DPCE_CD_SUPPORT -DSOUND -LDFLAGS+=-L/usr/X11R6/lib -CFLAGS+=-I/usr/X11R6/include -SFLAGS+=-I/usr/X11R6/include -+X11BASE?=/usr/X11R6 -+LDFLAGS+=-L${X11BASE}/lib -+CFLAGS+=-I${X11BASE}/include -+SFLAGS+=-I${X11BASE}/include ++LDFLAGS+=-L${LOCALBASE}/lib ++CFLAGS+=-I${LOCALBASE}/include ++SFLAGS+=-I${LOCALBASE}/include SYSTEMSRCS=video_x.c ui_x.c snd_unix.c keyboard_x.c cd_unix.c BINFILE=darcnes LIBS=-lXext -lXaw -lXmu -lXt -lX11 |