SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
lang/chibi-scheme/patches/patch-Makefile_detect
Normal file
16
lang/chibi-scheme/patches/patch-Makefile_detect
Normal file
|
@ -0,0 +1,16 @@
|
|||
Index: Makefile.detect
|
||||
--- Makefile.detect.orig
|
||||
+++ Makefile.detect
|
||||
@@ -149,10 +149,10 @@ endif
|
||||
|
||||
ifeq ($(SEXP_USE_DL),0)
|
||||
XLDFLAGS := $(LDFLAGS) $(RLDFLAGS) $(GCLDFLAGS) -lm
|
||||
-XCFLAGS := -Wall -DSEXP_USE_DL=0 -g -g3 -O3 $(CFLAGS)
|
||||
+XCFLAGS := -Wall -DSEXP_USE_DL=0 -g -g3 $(CFLAGS)
|
||||
else
|
||||
XLDFLAGS := $(LDFLAGS) $(RLDFLAGS) $(GCLDFLAGS) $(LIBDL) -lm
|
||||
-XCFLAGS := -Wall -g -g3 -O3 $(CFLAGS)
|
||||
+XCFLAGS := -Wall -g -g3 $(CFLAGS)
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),solaris)
|
Loading…
Add table
Add a link
Reference in a new issue