Package: sciplot
Severity: important
Version: 1.36-13
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
Please alter Imakefile as shown bellow,
to use $(PICFLAG) on all debian supported architectures.
Thanks in advance
Petr
--- Imakefile
+++ Imakefile
@@ -1,12 +1,7 @@
XCOMM Imakefile for widget demo programs
-#ifdef LinuxArchitecture
- CC = gcc
- EXTRA_DEFINES = -g -O3 -Wall $(PICFLAG)
- CDEBUGFLAGS = -m486
-# LESSTIF = -L/home/rob/src/lesstif/libXm
-# HDOC = ~/public_html/hdoc
-#endif
+EXTRA_DEFINES = -g -O3 -Wall $(PICFLAG)
+
#ifdef AIXArchitecture
CC = c89
EXTRA_DEFINES = -g
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]