1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/devel/gtksheet/files/patch-aa

14 lines
385 B
Plaintext
Raw Normal View History

--- Makefile.orig Thu Apr 22 15:58:11 1999
+++ Makefile Sat Jun 5 11:25:41 1999
@@ -11,8 +11,8 @@
OBJS = gtkcombobox.o gtkbordercombo.o gtkcolorcombo.o gtksheetentry.o \
gtksheet.o
-LIBDIRS = $(shell gtk-config --libs)
-CFLAGS = -Wall $(shell gtk-config --cflags)
+LIBDIRS = `$(GTK_CONFIG) --libs`
+CFLAGS = -Wall `$(GTK_CONFIG) --cflags`
all: demo libGtkSheet.a