1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Allow scm to load modules.

PR:		38882
Submitted by:	Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
This commit is contained in:
Pete Fritchman 2002-06-05 00:43:23 +00:00
parent 12c8a1eae2
commit d0fc31e742
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60632
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"