freebsd-ports/math/goblin/files/patch-Makefile.conf
Pietro Cerutti 71b35cf640 - Fix build with Tcl/Tk 8.6
- Also, make clang happier, even if GCC is still required

Reported by:	miwi (Tcl/Tk 8.6 exp-run late comers)
2013-06-05 10:43:43 +00:00

20 lines
439 B
Text

--- Makefile.conf.orig 2013-06-04 14:27:38.000000000 +0200
+++ Makefile.conf 2013-06-04 14:27:57.000000000 +0200
@@ -44,7 +44,7 @@
ifeq ($(os),solaris)
wish_name = /opt/csw/bin/wish
else
- wish_name = /usr/bin/wish
+ wish_name = %%WISH%%
endif
@@ -126,7 +126,7 @@
ifeq ($(os),solaris)
prefix = /opt/goblin/$(rel)
else
- prefix = /usr
+ prefix = %%PREFIX%%
endif
goblin_include_path = $(prefix)/include