1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/heyu/files/patch-aa
Chris D. Faulhaber 658aa84723 heyu is used to control X10 CM11A devices
PR:		15738
Submitted by:	Paul M. Lambert <plambert@plambert.net>
2000-01-05 13:30:35 +00:00

35 lines
1.0 KiB
Plaintext

--- 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