summaryrefslogtreecommitdiff
path: root/comms/xtel/patches/patch-ab
diff options
context:
space:
mode:
authorbouyer <bouyer>2002-01-12 18:34:56 +0000
committerbouyer <bouyer>2002-01-12 18:34:56 +0000
commit0565a78179e639a50e56d399c2fd2d0aa9215e08 (patch)
tree352a730182b2c087b4585895ec2c85e9e02491d5 /comms/xtel/patches/patch-ab
parent731aed2679af8733d7e5b3f7d59ac63518ac673d (diff)
downloadpkgsrc-0565a78179e639a50e56d399c2fd2d0aa9215e08.tar.gz
Initial import of Xtel, a Minitel emulator. Probably not of much use outside
France :)
Diffstat (limited to 'comms/xtel/patches/patch-ab')
-rw-r--r--comms/xtel/patches/patch-ab31
1 files changed, 31 insertions, 0 deletions
diff --git a/comms/xtel/patches/patch-ab b/comms/xtel/patches/patch-ab
new file mode 100644
index 00000000000..628ce8a1be8
--- /dev/null
+++ b/comms/xtel/patches/patch-ab
@@ -0,0 +1,31 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/01/12 18:34:56 bouyer Exp $
+
+--- Imakefile.orig Mon Feb 12 17:33:01 2001
++++ Imakefile Sat Jan 12 18:28:55 2002
+@@ -26,7 +26,7 @@
+ #ifdef NO_TERMIO
+ TERMIOCFLAGS = -DNO_TERMIO
+ #else
+-#if defined(USE_TERMIOS) || defined(__FreeBSD__)
++#if defined(USE_TERMIOS) || defined(__FreeBSD__) || defined (NetBSDArchitecture)
+ TERMIOCFLAGS = -DUSE_TERMIOS
+ #endif
+ #endif
+@@ -71,7 +71,7 @@
+ #ifdef NO_TVR
+ TVRCFLAGS= -DNO_TVR
+ #else
+- JPEGLIB= -ljpeg
++ JPEGLIB= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -ljpeg
+ #endif
+
+ #ifdef WINDAUBE
+@@ -103,7 +103,7 @@
+
+ TELE_DEFINES = '-DXTERM_PATH="$(BINDIR)/xterm"'
+
+-XTELD_DEFINES = '-DFICHIER_LOG="$(LIBDIR)/xtel/xtel.log"' \
++XTELD_DEFINES = '-DFICHIER_LOG="/var/log/xtel.log"' \
+ '-DXTEL_LIBDIR="$(LIBDIR)/xtel"'
+
+