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:
parent
12c8a1eae2
commit
d0fc31e742
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60632
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user