aboutsummaryrefslogtreecommitdiff
path: root/science/chemtool/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'science/chemtool/files/patch-Makefile.in')
-rw-r--r--science/chemtool/files/patch-Makefile.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/science/chemtool/files/patch-Makefile.in b/science/chemtool/files/patch-Makefile.in
new file mode 100644
index 000000000000..7125b80875e9
--- /dev/null
+++ b/science/chemtool/files/patch-Makefile.in
@@ -0,0 +1,23 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig Thu Apr 11 21:41:37 2002
++++ Makefile.in Fri Aug 30 01:25:01 2002
+@@ -5,7 +5,7 @@
+ mandir=@mandir@
+ kdedir=@kdemimedir@
+ gnomedir=@gnomemimedir@
+-CFLAGS=-O2 -Wall -Wunused -Wuninitialized -I. `gtk-config --cflags` @DEFS@ -DLOCALEDIR=\"${localedir}\"
++CFLAGS= @CFLAGS@ -I. `${GTK_CONFIG} --cflags` @DEFS@ -DLOCALEDIR=\"${localedir}\"
+
+ CC=@CC@
+ CP=/bin/cp
+@@ -16,7 +16,7 @@
+ SRCS = main.c chemproc.c graph.c draw.c inout.c gtkfilesel.c undo.c
+ OBJS = main.o chemproc.o graph.o draw.o inout.o gtkfilesel.o undo.o
+
+-SYS_LIBRARIES = `gtk-config --libs` -lm
++SYS_LIBRARIES = `${GTK_CONFIG} --libs` -lm
+
+ all: chemtool cht
+