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
51 lines
2.4 KiB
Plaintext
51 lines
2.4 KiB
Plaintext
# estic.doc
|
|
# Mir ist mitgeteilt worden, daß die FreeBSD Version das Flag USE_OLD_TTY
|
|
# braucht. Offenbar ist die Behandlung der RS232 Handshakeleitungen
|
|
# geändert worden, die für die neue Platine der Istec (#3) benötigt
|
|
# werden. Nähere Informationen liegen mir nicht vor, ich wäre dankbar,
|
|
# wenn das nochmal jemand verifizieren könnte.
|
|
|
|
# ovb@swissmail.com does not use -DUSE_OLD_TTY
|
|
# neither does jhs@freebsd.org need it
|
|
|
|
*** estic/make/freebsd-x.mak.orig Sat Sep 14 15:40:16 1996
|
|
--- estic/make/freebsd-x.mak Mon Nov 18 03:08:27 1996
|
|
***************
|
|
*** 35,41 ****
|
|
# Both configurations of CFLAGS will probably work since FreeBSD has a
|
|
# smart linker...
|
|
#CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib
|
|
! CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES
|
|
|
|
|
|
# ------------------------------------------------------------------------------
|
|
--- 35,42 ----
|
|
# Both configurations of CFLAGS will probably work since FreeBSD has a
|
|
# smart linker...
|
|
#CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib
|
|
! #CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES
|
|
! CFLAGS = -DFREEBSD -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES
|
|
|
|
|
|
# ------------------------------------------------------------------------------
|
|
*** estic/make/freebsd.mak.orig Sat Sep 14 15:40:16 1996
|
|
--- estic/make/freebsd.mak Mon Nov 18 03:08:31 1996
|
|
***************
|
|
*** 35,41 ****
|
|
# Both configurations of CFLAGS will probably work since FreeBSD has a
|
|
# smart linker...
|
|
#CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++
|
|
! CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -fno-implicit-templates -DEXPLICIT_TEMPLATES
|
|
|
|
|
|
# ------------------------------------------------------------------------------
|
|
--- 35,42 ----
|
|
# Both configurations of CFLAGS will probably work since FreeBSD has a
|
|
# smart linker...
|
|
#CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++
|
|
! #CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -fno-implicit-templates -DEXPLICIT_TEMPLATES
|
|
! CFLAGS = -DFREEBSD -g -Wall -I$(INCDIR) -x c++ -fno-implicit-templates -DEXPLICIT_TEMPLATES
|
|
|
|
|
|
# ------------------------------------------------------------------------------
|