aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/nathive/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/nathive/files/patch-Makefile b/graphics/nathive/files/patch-Makefile
new file mode 100644
index 000000000000..ad81b2b5cab8
--- /dev/null
+++ b/graphics/nathive/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2009-01-07 07:19:36.000000000 +0300
++++ Makefile 2009-01-19 12:16:19.000000000 +0300
+@@ -1,7 +1,6 @@
+ #!/bin/bash
+
+-CC = gcc
+-CFLAGS = `pkg-config --cflags --libs gtk+-2.0`
++CFLAGS += `pkg-config --cflags --libs gtk+-2.0`
+
+ default: compile
+