mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
4032918c93
Noticed on: http://bento.freebsd.org/
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
--- Makefile.orig Fri Feb 12 02:22:22 1999
|
|
+++ Makefile Sat Feb 27 12:37:20 1999
|
|
@@ -1,5 +1,6 @@
|
|
CC=gcc
|
|
-CFLAGS=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\"
|
|
-LIBS=`gtk-config --libs`
|
|
+CFLAGS?=-O
|
|
+CFLAGS+=-Wall -DUSE_GUI `gtk11-config --cflags` -DVERSION=\"0.1\"
|
|
+LIBS=`gtk11-config --libs`
|
|
|
|
all:
|