1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/biology/kinemage/files/patch-Makefile
Steve Price 7314b99412 Update to version 5.79.
PR:		23345
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-11 03:10:04 +00:00

23 lines
880 B
Plaintext

--- 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
# ------------------------------------------------------------------------