mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a8d1b396d4
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
15 lines
411 B
Plaintext
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)
|
|
|
|
/*
|