Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
0431d49d61
3 changed files with 14 additions and 2 deletions
  1. +11
    -0
      package/clifford/simh/hotfixes.patch
  2. +1
    -0
      package/clifford/simh/simh.conf
  3. +2
    -2
      package/clifford/simh/simh.desc

+ 11
- 0
package/clifford/simh/hotfixes.patch

@ -0,0 +1,11 @@
--- ./makefile 2007-05-15 22:41:39.000000000 +0200
+++ ./makefile 2007-05-15 22:42:07.000000000 +0200
@@ -13,7 +13,7 @@
ifeq ($(OSTYPE),macos)
CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I .
else
-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I .
+CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I .
endif
ifeq ($(USE_NETWORK),)
else

+ 1
- 0
package/clifford/simh/simh.conf

@ -24,6 +24,7 @@
simh_main() {
mkdir simh; cd simh
unzip $archdir/simhv${ver//./}.zip
patch -p1 < $confdir/hotfixes.patch
mkdir BIN
make
cp -v BIN/* $root/$prefix/bin/

+ 2
- 2
package/clifford/simh/simh.desc

@ -45,10 +45,10 @@
[L] OpenSource
[S] Stable
[V] 3.5-2
[V] 3.7-1
[P] X -?---5---9 172.700
[D] 3279920777 simhv35-2.zip http://simh.trailing-edge.com/sources/
[D] 178992658 simhv37-1.zip http://simh.trailing-edge.com/sources/
[CV-URL] http://simh.trailing-edge.com/

Loading…
Cancel
Save