openbsd-ports/misc/xtar/patches/patch-XTar_tmpl

21 lines
432 B
Plaintext
Raw Normal View History

$OpenBSD: patch-XTar_tmpl,v 1.2 2012/09/29 09:27:00 landry Exp $
--- 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