1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/x11/finder/files/patch-ab
2000-10-05 07:17:31 +00:00

14 lines
351 B
Plaintext

--- gwmh/Makefile.orig Sun Sep 3 05:34:12 2000
+++ gwmh/Makefile Mon Sep 4 16:18:43 2000
@@ -1,8 +1,8 @@
-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I.
OBJS=gwmh.o gstc.o
-CC=gcc
+CC?=gcc
CFLAGS+=$(INCLUDEFLAGS)
default: $(OBJS)