ports/misc/xtar/patches/patch-XTar_tmpl

19 lines
367 B
Text

--- XTar.tmpl.orig Mon Jul 17 06:04:17 1995
+++ XTar.tmpl Sat Sep 29 03:20:01 2012
@@ -20,15 +20,7 @@ CC = gcc
CDEBUGFLAGS = -O
#endif
-#ifdef HPArchitecture
-#ifndef UseGCC
-CCOPTIONS = -Ae
-#endif
-XMINC = -I/usr/include/Motif1.2
-XMLIB = -L/usr/lib/Motif1.2 -lXm -lPW
-#else
-XMLIB = -lXm
-#endif
+XMLIB = ${MOTIFLIB}
#ifdef SunArchitecture
#ifndef UseGCC