1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/abiword/files/patch-ag
Satoshi Asami 4c9b800eba Fix compilation errors.
PR:		11612
Submitted by:	cpiazza@home.net
1999-05-12 05:21:11 +00:00

14 lines
435 B
Plaintext

--- 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
##################################################################