1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/xsystem35/files/patch-af
Seiichirou Hiraoka a8d1b396d4 update to version 1.0.5:
newly depends on gtk12 instead of gtk11.
remove 'strip' from Makefile because INSTALL_PROGRAM does it.
PR: ports/10962
Submitted by: k5@respo.or.jp
1999-04-05 16:33:48 +00:00

15 lines
411 B
Plaintext

--- 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)
/*