mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
14 lines
351 B
Plaintext
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)
|