Skip to content

Commit

Permalink
- Respect X11BASE
Browse files Browse the repository at this point in the history
PR:		ports/105891
Submitted by:	trasz
  • Loading branch information
miwi-fbsd committed Nov 27, 2006
1 parent 3546e00 commit bdfb705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biology/kinemage/files/patch-Makefile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
# 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
+CFLAGS += -I$(X11BASE)/include
# for SGI use:
# CFLAGS = -I/usr/include/X11
# CFLAGS = -g -I/usr/include/X11
@@ -16,7 +16,7 @@
-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
+LIBS = -L$(X11BASE)/lib -lXm -lXt -lX11

# ------------------------------------------------------------------------

0 comments on commit bdfb705

Please sign in to comment.