mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
614de2daa6
The German manufacturer Emmerich makes Istec 1003 & 1008 TK-Anlagen. The TK-Anlage is an ISDN PBX ( Private Branch Exchange ). Submitted by: Julian Stacey
40 lines
1.3 KiB
Plaintext
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
|