mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
30ae16bebe
* Pass CFLAGS to build properly * Remove libgnugetopt dependency (getopt.c/getopt1.c now included) PR: 15103 Submitted by: maintainer
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
--- Imakefile.orig Thu Nov 4 19:43:09 1999
|
|
+++ Imakefile Fri Nov 26 17:17:54 1999
|
|
@@ -4,6 +4,7 @@
|
|
SYS_LIBRARIES = MathLibrary
|
|
DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB)
|
|
+CDEBUGFLAGS = __CFLAGS__
|
|
|
|
SRCS = speyes.c
|
|
OBJS = speyes.o getopt.o getopt1.o
|