1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/estic/files/patch-aa
David E. O'Brien 614de2daa6 ESTIC is an Enhanced Supervisor Tool for ISTEC Configuration.
The German manufacturer Emmerich makes Istec 1003 & 1008 TK-Anlagen.
The TK-Anlage is an ISDN PBX ( Private Branch Exchange ).

Submitted by:	Julian Stacey
1996-12-29 04:44:14 +00:00

40 lines
1.3 KiB
Plaintext

*** estic/make/freebsd-x.mak.orig Sat Sep 21 17:37:54 1996
--- estic/make/freebsd-x.mak Sat Sep 21 17:49:09 1996
***************
*** 75,81 ****
all: xestic
xestic: $(LIB) $(OBJS)
! $(CC) -o xestic $(OBJS) $(LIB) -ltermcap -lg++ -lX11
# ------------------------------------------------------------------------------
--- 76,82 ----
all: xestic
xestic: $(LIB) $(OBJS)
! $(CC) -L /usr/X11R6/lib -o xestic $(OBJS) $(LIB) -ltermcap -lg++ -lX11
# ------------------------------------------------------------------------------
*** spunk/make/freebsd-x.mak.orig Fri Jun 21 12:57:24 1996
--- spunk/make/freebsd-x.mak Thu Nov 21 23:01:13 1996
***************
*** 31,37 ****
# Flags for the gnu compiler (use the second one for gcc >= 2.6.0)
#CFLAGS = -DFREEBSD -g -Wall -x c++ -I /usr/X11/include
! CFLAGS = -DFREEBSD -g -Wall -x c++ -I /usr/X11/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
LIB = spunk.a
ZIPFILE = spunk.zip
--- 31,38 ----
# Flags for the gnu compiler (use the second one for gcc >= 2.6.0)
#CFLAGS = -DFREEBSD -g -Wall -x c++ -I /usr/X11/include
! #CFLAGS = -DFREEBSD -g -Wall -x c++ -I /usr/X11/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
! CFLAGS = -DFREEBSD -g -Wall -x c++ -I /usr/X11R6/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
LIB = spunk.a
ZIPFILE = spunk.zip