aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-10 05:51:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-10 05:51:42 +0000
commit5e0edbea3efe9595bddd060b8c21146a47d9ea8c (patch)
tree515d429da1240a119d43579ca03cb5b186a9ba45 /graphics
parent745f80626ff5c6482259e342042f65d3a080ee8f (diff)
downloadports-5e0edbea3efe9595bddd060b8c21146a47d9ea8c.tar.gz
ports-5e0edbea3efe9595bddd060b8c21146a47d9ea8c.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-beautify-plugin/files/patch-Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/gimp-beautify-plugin/files/patch-Makefile b/graphics/gimp-beautify-plugin/files/patch-Makefile
index 5e81554c36bb..259fbbf7b559 100644
--- a/graphics/gimp-beautify-plugin/files/patch-Makefile
+++ b/graphics/gimp-beautify-plugin/files/patch-Makefile
@@ -1,25 +1,21 @@
--- Makefile.orig 2012-08-12 09:23:45 UTC
+++ Makefile
-@@ -13,17 +13,16 @@
+@@ -13,7 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-CC = gcc
--GIMPTOOL = gimptool-2.0
-+GIMPTOOL = /usr/local/bin/gimptool-2.0
+ GIMPTOOL = gimptool-2.0
- GIMP_LIBS = `$(GIMPTOOL) --libs`
+@@ -21,7 +20,7 @@ GIMP_LIBS = `$(GIMPTOOL) --libs`
GIMP_CFLAGS = `$(GIMPTOOL) --cflags`
LIBS = $(GIMP_LIBS) -lm
-CFLAGS = $(GIMP_CFLAGS)
+CFLAGS += $(GIMP_CFLAGS)
--GDK_PIXBUF_CSOURCE = gdk-pixbuf-csource
-+GDK_PIXBUF_CSOURCE = /usr/local/bin/gdk-pixbuf-csource
-
- all: beautify skin-whitening simple-border border
+ GDK_PIXBUF_CSOURCE = gdk-pixbuf-csource
@@ -71,7 +70,7 @@ useruninstall:
$(GIMPTOOL) --uninstall-bin texture-border