diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 15:38:11 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 15:38:11 +0000 |
| commit | 0786acb3155523a38d1442f3c16ca56750f1db04 (patch) | |
| tree | 42843d6e23bc6be789c7f1284cdc61d43d3c0942 /lang/newlisp-devel/files/patch-makefile_bsd | |
| parent | e0510744daebb2bb9f73bf707c276e02e4c191fe (diff) | |
Notes
Diffstat (limited to 'lang/newlisp-devel/files/patch-makefile_bsd')
| -rw-r--r-- | lang/newlisp-devel/files/patch-makefile_bsd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/newlisp-devel/files/patch-makefile_bsd b/lang/newlisp-devel/files/patch-makefile_bsd deleted file mode 100644 index 571a760fe154..000000000000 --- a/lang/newlisp-devel/files/patch-makefile_bsd +++ /dev/null @@ -1,19 +0,0 @@ ---- makefile_bsd.orig -+++ makefile_bsd -@@ -6,14 +6,12 @@ - - # the option -fno-strict-aliasing may not be available on some BSD versions - --CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD -+CFLAGS += -m32 -c -DREADLINE -D_BSD -DFFI - # or without readline lib - #CFLAGS = -m32 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -D_BSD - --CC = gcc -- - default: $(OBJS) -- $(CC) $(OBJS) -m32 -g -lm -lreadline -lncurses -o newlisp -+ $(CC) $(LDFLAGS) $(OBJS) -m32 -lm -lreadline -lncurses -lffi -o newlisp - # or without readline lib - # $(CC) $(OBJS) -m32 -g -lm -o newlisp - strip newlisp |
