aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword-devel/files/patch-ag
blob: 1681bef3593ec401d9d57f2c997cbe1655b04259 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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
 
 ##################################################################