aboutsummaryrefslogtreecommitdiffstats
path: root/biology/kinemage/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/kinemage/files/patch-Makefile')
-rw-r--r--biology/kinemage/files/patch-Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/biology/kinemage/files/patch-Makefile b/biology/kinemage/files/patch-Makefile
new file mode 100644
index 000000000000..06217f2cf807
--- /dev/null
+++ b/biology/kinemage/files/patch-Makefile
@@ -0,0 +1,22 @@
+--- Makefile.orig Mon Dec 4 20:47:11 2000
++++ Makefile Mon Dec 4 20:50:43 2000
+@@ -4,7 +4,7 @@
+ # rpm -i ...rpm (to install each in turn, where ...rpm is downloaded file
+ # for Linux, try:
+ # CFLAGS = -I/usr/X11R6/LessTif/Motif2.0/include
+-CFLAGS = -g -I/usr/X11R6/LessTif/Motif2.0/include
++CFLAGS += -I/usr/X11R6/include
+ # for SGI use:
+ # CFLAGS = -I/usr/include/X11
+ # CFLAGS = -g -I/usr/include/X11
+@@ -30,7 +30,9 @@
+ # for linux with Motif installed, try:
+ # LIBS = -L/usr/X11/lib -lXm -lXt -lX11
+ # for Linux, try:
+-LIBS = -L/usr/X11R6/LessTif/Motif2.0/lib -L/usr/X11R6/lib -lXm -lXt -lX11
++# LIBS = -L/usr/X11R6/LessTif/Motif2.0/lib -L/usr/X11R6/lib -lXm -lXt -lX11
++# For FreeBSD:
++LIBS = -L/usr/X11R6/lib -lXm -lXt -lX11
+
+ # ------------------------------------------------------------------------
+