diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-21 21:52:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-21 21:52:37 +0800 |
commit | 91a65a04f2da20e6912e4d6b73807fb63370b2a9 (patch) | |
tree | 4963b5b8e542b8e6f57ee0c1ea1ebcab7c8591ba /graphics | |
parent | 4a54b789907a2641c28c931e16c91014f5fc8a07 (diff) | |
download | freebsd-ports-gnome-91a65a04f2da20e6912e4d6b73807fb63370b2a9.tar.gz freebsd-ports-gnome-91a65a04f2da20e6912e4d6b73807fb63370b2a9.tar.zst freebsd-ports-gnome-91a65a04f2da20e6912e4d6b73807fb63370b2a9.zip |
- Add forgotten files/ subdirectory
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nathive/files/patch-Makefile | 11 |
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 + |