1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/abiword-devel/files/patch-ag

14 lines
435 B
Plaintext
Raw Normal View History

--- config/abi_defs.mk.orig Thu Apr 29 10:46:27 1999
+++ config/abi_defs.mk Sun May 9 10:40:19 1999
@@ -230,8 +230,8 @@
## We should change this when get non-gtk versions on unix....
ifeq ($(ABI_NATIVE),unix)
-CFLAGS += `gtk-config --cflags`
-EXTRA_LIBS += `gtk-config --libs`
+CFLAGS += `gtk12-config --cflags`
+EXTRA_LIBS += `gtk12-config --libs`
endif
##################################################################