aboutsummaryrefslogtreecommitdiff
path: root/misc/gkrellshoot2/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-10 04:11:49 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-10 04:11:49 +0000
commit309b4a8bd4649aa6879e80a418e6671322c3c830 (patch)
tree47dcc37c32038e11245ccf19cc4d3e7e73119800 /misc/gkrellshoot2/files
parent709dd56c79c70e800f9c71b919b8c0cf7c6c50ce (diff)
downloadports-309b4a8bd4649aa6879e80a418e6671322c3c830.tar.gz
ports-309b4a8bd4649aa6879e80a418e6671322c3c830.zip
Notes
Diffstat (limited to 'misc/gkrellshoot2/files')
-rw-r--r--misc/gkrellshoot2/files/patch-Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/gkrellshoot2/files/patch-Makefile b/misc/gkrellshoot2/files/patch-Makefile
new file mode 100644
index 000000000000..8f2ffef1810d
--- /dev/null
+++ b/misc/gkrellshoot2/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- Makefile.orig Thu Jan 30 21:20:26 2003
++++ Makefile Thu Jan 30 21:23:35 2003
+@@ -1,11 +1,12 @@
+ GTK_INCLUDE = `pkg-config gtk+-2.0 --cflags`
+ GTK_LIB = `pkg-config gtk+-2.0 --libs`
+
+-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE)
++CFLAGS = -fPIC $(GTK_INCLUDE)
+ LIBS = $(GTK_LIB)
+ LFLAGS = -shared
+
+-CC = gcc $(CFLAGS) $(FLAGS)
++CC?= gcc
++CC+= ${CFLAGS}
+
+ OBJS = gkrellshoot.o
+