diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:59:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:59:26 +0000 |
commit | 89b7d2a4465628b128b8f5f7fde5f2a3e2b2a8df (patch) | |
tree | dab293772a4c12d5e7f6c0f30c1e8ae09e1cfe4d /textproc/gdict/files/patch-aa | |
parent | Location on MASTER_SITE has changed. (diff) |
- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly
PR: 19623
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to '')
-rw-r--r-- | textproc/gdict/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gdict/files/patch-aa b/textproc/gdict/files/patch-aa index f93fc2ce03f6..73d891eaf6a8 100644 --- a/textproc/gdict/files/patch-aa +++ b/textproc/gdict/files/patch-aa @@ -8,7 +8,7 @@ -CFL_GTK = $(CFLAGS) `gtk-config --cflags` `gtk-config --libs` +CC ?= gcc +CFLAGS ?= -O6 -Wall -+CFL_GTK = $(CFLAGS) `gtk12-config --cflags` `gtk12-config --libs` ++CFL_GTK = $(CFLAGS) `$(GTK_CONFIG) --cflags` `$(GTK_CONFIG) --libs` CFL = $(CFLAGS) OBJECTS_GDICT = gdict.c OBJECTS_DICT = dict.c |