1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/textproc/gdict/files/patch-aa

15 lines
377 B
Plaintext
Raw Normal View History

--- Makefile Mon Mar 29 08:02:27 1999
+++ Makefile~ Thu Jul 22 22:25:09 1999
@@ -1,8 +1,8 @@
# Makefile for gdict
-CC = gcc
-CFLAGS = -O6 -Wall
-CFL_GTK = $(CFLAGS) `gtk-config --cflags` `gtk-config --libs`
+CC ?= gcc
+CFLAGS ?= -O6 -Wall
+CFL_GTK = $(CFLAGS) `$(GTK_CONFIG) --cflags` `$(GTK_CONFIG) --libs`
CFL = $(CFLAGS)
OBJECTS_GDICT = gdict.c
OBJECTS_DICT = dict.c