1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/xsystem35/files/patch-af

15 lines
411 B
Plaintext
Raw Normal View History

--- Imakefile.orig Sat Jan 16 05:16:18 1999
+++ Imakefile Sat Jan 23 01:21:39 1999
@@ -114,9 +114,9 @@
/*
* include / library / definition
*/
-SYS_LIBRARIES = -lm `gtk-config --libs`
+SYS_LIBRARIES = -lm `gtk12-config --libs`
EXTRA_LIBRARIES = $(OSDEPLIB)
-EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC)
+EXTRA_INCLUDES = `gtk12-config --cflags` $(OSDEPINC)
EXTRA_DEFINES = $(OSDEPDEF)
/*