aboutsummaryrefslogtreecommitdiff
path: root/emulators/xsystem35/files
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-04-05 16:33:48 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-04-05 16:33:48 +0000
commita8d1b396d44b9946ae14e01190422b6d909cb4d0 (patch)
treec1092c7221d465234401734874898aa15d76ccc9 /emulators/xsystem35/files
parent876f371f37f736099ca3d60f9187ec205e703606 (diff)
downloadports-a8d1b396d44b9946ae14e01190422b6d909cb4d0.tar.gz
ports-a8d1b396d44b9946ae14e01190422b6d909cb4d0.zip
Notes
Diffstat (limited to 'emulators/xsystem35/files')
-rw-r--r--emulators/xsystem35/files/patch-af4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xsystem35/files/patch-af b/emulators/xsystem35/files/patch-af
index 51e148112822..8c7f00f8ea49 100644
--- a/emulators/xsystem35/files/patch-af
+++ b/emulators/xsystem35/files/patch-af
@@ -5,10 +5,10 @@
* include / library / definition
*/
-SYS_LIBRARIES = -lm `gtk-config --libs`
-+SYS_LIBRARIES = -lm `gtk11-config --libs`
++SYS_LIBRARIES = -lm `gtk12-config --libs`
EXTRA_LIBRARIES = $(OSDEPLIB)
-EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC)
-+EXTRA_INCLUDES = `gtk11-config --cflags` $(OSDEPINC)
++EXTRA_INCLUDES = `gtk12-config --cflags` $(OSDEPINC)
EXTRA_DEFINES = $(OSDEPDEF)
/*