1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/emulators/xsystem35/files/patch-af
FUJISHIMA Satsuki d10f6e19c3 o NOPORTDOCS.
o avoid forcing to link against -lxpg4.
  $(GTK_CONFIG) --libs does the job.
2001-01-21 18:58:37 +00:00

33 lines
792 B
Plaintext

--- Imakefile.orig Sun Jan 9 02:23:15 2000
+++ Imakefile Sun Jan 21 15:45:27 2001
@@ -28,7 +28,6 @@
OSDEPDEF = -DUSE_OSS
OSDEPINC = -I/usr/local/lib/oss/include
****/
-OSDEPLIB = -lxpg4
CDROM_S = cdrom.FreeBSD
AUDIO_IO = audioIO_oss
JOY_S = joystick_dmy
@@ -160,13 +159,13 @@
/*
* include / library / definition
*/
-SYS_LIBRARIES = -lm `gtk-config --libs`
+SYS_LIBRARIES = -lm `$(GTK_CONFIG) --libs`
#ifdef ENABLE_ESD
EXTRA_LIBRARIES = $(OSDEPLIB) -lesd
#else
EXTRA_LIBRARIES = $(OSDEPLIB)
#endif
-EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC)
+EXTRA_INCLUDES = `$(GTK_CONFIG) --cflags` $(OSDEPINC)
EXTRA_DEFINES = $(OSDEPDEF)
/*
@@ -196,4 +195,4 @@
/*
* install program
*/
-ComplexProgramTarget(xsystem35)
+ComplexProgramTargetNoMan(xsystem35)