summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/scm/Makefile1
-rw-r--r--lang/scm/files/patch-build.scm2
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 39e3e8c9590a..9ef9b19dc86a 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= scm
PORTVERSION= 5d6
+PORTREVERSION= 1
CATEGORIES= lang
MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/
DISTFILES= scm5d6.zip slib2d4.zip slib-psd1-3.tar.gz
diff --git a/lang/scm/files/patch-build.scm b/lang/scm/files/patch-build.scm
index f947c75273fc..daaeafa59852 100644
--- a/lang/scm/files/patch-build.scm
+++ b/lang/scm/files/patch-build.scm
@@ -22,7 +22,7 @@
oname (string-append oname "~"))
(and (batch:try-command parms
- "cc" "-o" oname
-+ "%%CC%%" "-o" oname
++ "%%CC%%" "-o" oname "-export-dynamic"
(must-be-first
'("-nostartfiles"
"pre-crt0.o" "crt0.o"