1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/gtkballs/files/patch-aa
Steve Price 8fb04b2e23 Update to version 1.04.
PR:		11390
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-05-01 02:19:26 +00:00

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