Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126220
Collapse All | Expand All

(-)Makefile.orig (-4 / +4 lines)
Lines 1-6 Link Here
1
CC = g++
1
CC = g++
2
2
3
GIMPTOOL = gimptool
3
GIMPTOOL = gimptool-2.0
4
4
5
GIMP_LDFLAGS=`$(GIMPTOOL) --libs`
5
GIMP_LDFLAGS=`$(GIMPTOOL) --libs`
6
GIMP_CFLAGS=`$(GIMPTOOL) --cflags`
6
GIMP_CFLAGS=`$(GIMPTOOL) --cflags`
Lines 17-25 Link Here
17
	@echo 
17
	@echo 
18
18
19
install: resynth smart-enlarge.scm smart-remove.scm
19
install: resynth smart-enlarge.scm smart-remove.scm
20
	$(GIMPTOOL) --install-bin resynth
20
	$(GIMPTOOL) --install-admin-bin resynth
21
	$(GIMPTOOL) --install-script smart-enlarge.scm
21
	$(GIMPTOOL) --install-admin-script smart-enlarge.scm
22
	$(GIMPTOOL) --install-script smart-remove.scm
22
	$(GIMPTOOL) --install-admin-script smart-remove.scm
23
	@echo
23
	@echo
24
	@echo After restarting the Gimp you should find the
24
	@echo After restarting the Gimp you should find the
25
	@echo following items in the pop-up image menu:
25
	@echo following items in the pop-up image menu:

Return to bug 126220