graphics/gimp-beautify-plugin: Unbreak build after r501005
/bin/sh: /usr/local/bin//usr/local/bin/gimptool-2.0: not found beautify.c:18:10: fatal error: libgimp/gimp.h: No such file or directory #include <libgimp/gimp.h> ^~~~~~~~~~~~~~~~ http://beefy6.nyi.freebsd.org/data/120amd64-default/501065/logs/errors/gimp-beautify-plugin-2012.08.12.00_8.log
This commit is contained in:
parent
745f80626f
commit
5e0edbea3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501156
1 changed files with 4 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue