mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8fb04b2e23
PR: 11390 Submitted by: Chris Piazza <cpiazza@home.net>
22 lines
404 B
Plaintext
22 lines
404 B
Plaintext
--- Makefile.orig Thu Apr 29 12:32:03 1999
|
|
+++ Makefile Thu Apr 29 12:32:30 1999
|
|
@@ -6,15 +6,14 @@
|
|
#
|
|
# Installation prefix
|
|
#
|
|
-PREFIX=/usr/local
|
|
+PREFIX?=/usr/local
|
|
|
|
#
|
|
# C options
|
|
#
|
|
-CFLAGS = -Wall -pedantic -g
|
|
CFLAGS+= -DPREFIX=\"$(PREFIX)\"
|
|
-CFLAGS+= `gtk-config --cflags`
|
|
-CLIBS= `gtk-config --libs`
|
|
+CFLAGS+= `gtk12-config --cflags`
|
|
+CLIBS= `gtk12-config --libs`
|
|
|
|
RM=rm -f
|
|
PROGS=gtkballs
|