mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
7315f379b5
Submitted by: k5@respo.or.jp update to version 1.0: the 1st release version.
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 `gtk11-config --libs`
|
|
EXTRA_LIBRARIES = $(OSDEPLIB)
|
|
-EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC)
|
|
+EXTRA_INCLUDES = `gtk11-config --cflags` $(OSDEPINC)
|
|
EXTRA_DEFINES = $(OSDEPDEF)
|
|
|
|
/*
|