aboutsummaryrefslogtreecommitdiff
path: root/misc/heyu/files
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-05 13:30:35 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-05 13:30:35 +0000
commit658aa84723143409de48ae8872d869b31e07c4a9 (patch)
tree6a3cabe56883470ec962b8d47437ce64f0d75790 /misc/heyu/files
parentd3a5d6236312241932a7fae59576900436fbd918 (diff)
downloadports-658aa84723143409de48ae8872d869b31e07c4a9.tar.gz
ports-658aa84723143409de48ae8872d869b31e07c4a9.zip
Notes
Diffstat (limited to 'misc/heyu/files')
-rw-r--r--misc/heyu/files/patch-aa34
1 files changed, 34 insertions, 0 deletions
diff --git a/misc/heyu/files/patch-aa b/misc/heyu/files/patch-aa
new file mode 100644
index 000000000000..a924c133b1ed
--- /dev/null
+++ b/misc/heyu/files/patch-aa
@@ -0,0 +1,34 @@
+--- Makefile.orig Tue Jan 4 23:10:44 2000
++++ Makefile Tue Jan 4 23:12:54 2000
+@@ -3,7 +3,7 @@
+ BIN = /usr/local/bin
+ MAN = /usr/local/man/man1
+ MAN5 = /usr/local/man/man5
+-GROUP = sys
++GROUP = wheel
+ OWNER = bin
+
+
+@@ -13,19 +13,19 @@
+ # -DVOID if compiler doesn't understand 'void'
+ # -DMINIEXCH if using the DEC mini-exchange
+
+-CFLAGS = -O $(DFLAGS) -Wall
++#CFLAGS = -O $(DFLAGS) -Wall
+ #LDFLAGS = -z -i
+ #LIBS = -lm -lc_s # uncomment if using shared libraries
+ LIBS = -lm -lc
+
+ ## For LINUX, use the following defines in addition to what's above
+-DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT
++#DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT
+
+ ## For solaris, use the following defines in addition to what's above
+ # DFLAGS = -DSYSV -DPOSIX -DSOLARIS -DLOCKDIR=\"/var/spool/locks\" -DHASSELECT
+
+ ## if you're using freebsd, just set the flag for select.
+-# DFLAGS= -DHASSELECT
++DFLAGS= -DHASSELECT -DLOCKDIR=\"/var/tmp\"
+
+ ## If you aren't sure, try this
+ #DFLAGS = -DSYSV -DPOSIX