openbsd-ports/editors/nedit/patches/patch-ab
marc f116dfe7c6 Throw out old freebsd specific patches; create openbsd patches
from Berndt Josef Wulf <wulf@ping.net.au>; install nc as ncl
so it dies not conflict with netcat;  install nedit.doc; use
mkstemp instead of tmpnam; don't require MOTIF, just libXm
(LessTif allowed)
1998-07-16 03:40:48 +00:00

12 lines
314 B
Plaintext

--- /dev/null Wed Jul 15 17:17:57 1998
+++ util/Makefile.openbsd Wed Jul 15 17:25:39 1998
@@ -0,0 +1,8 @@
+CC=cc
+AR=ar
+
+CFLAGS= -O2 -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD \
+ -DUSE_XMIM -DEDITRES
+LIBS= -L ${PREFIX}/lib -lXm -lm -lXpm -lXext -lXmu -lXt -lSM -lICE -lX11
+
+include Makefile.common