]> git.pld-linux.org Git - packages/fungimol.git/commitdiff
f1bc872b74c62a7bbdf8f1729ccacb46 fungimol-0.5.1.tar.gz
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 Mar 2003 21:37:58 +0000 (21:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fungimol-shared.patch -> 1.1

fungimol-shared.patch [new file with mode: 0644]

diff --git a/fungimol-shared.patch b/fungimol-shared.patch
new file mode 100644 (file)
index 0000000..5046d5d
--- /dev/null
@@ -0,0 +1,51 @@
+diff -urN fungimol-0.5.1.org/mk/common.mk fungimol-0.5.1/mk/common.mk
+--- fungimol-0.5.1.org/mk/common.mk    Fri Mar  7 21:54:18 2003
++++ fungimol-0.5.1/mk/common.mk        Fri Mar  7 22:00:16 2003
+@@ -68,10 +68,10 @@
+ PPMLIBPATH:=/usr/lib
+ export PPMLIBPATH
+ PPMLINKOPTS:=
+-ifneq ($(wildcard $(PPMLIBPATH)/libppm.a),)
++ifneq ($(wildcard $(PPMLIBPATH)/libppm.so),)
+    PPMLINKOPTS += -lppm
+ else
+-   ifneq ($(wildcard $(PPMLIBPATH)/libnetppm.a),)
++   ifneq ($(wildcard $(PPMLIBPATH)/libnetppm.so),)
+       PPMLINKOPTS += -lnetppm
+    else
+       -include stopNOPPM
+@@ -81,10 +81,10 @@
+        @exit 1
+    endif
+ endif
+-ifneq ($(wildcard $(PPMLIBPATH)/libpgm.a),)
++ifneq ($(wildcard $(PPMLIBPATH)/libpgm.so),)
+    PPMLINKOPTS += -lpgm
+ else
+-   ifneq ($(wildcard $(PPMLIBPATH)/libnetpgm.a),)
++   ifneq ($(wildcard $(PPMLIBPATH)/libnetpgm.so),)
+       PPMLINKOPTS += -lnetpgm
+    else
+       -include stopNOPGM
+@@ -94,10 +94,10 @@
+        @exit 1
+    endif
+ endif
+-ifneq ($(wildcard $(PPMLIBPATH)/libpbm.a),)
++ifneq ($(wildcard $(PPMLIBPATH)/libpbm.so),)
+    PPMLINKOPTS += -lpbm
+ else
+-   ifneq ($(wildcard $(PPMLIBPATH)/libnetpbm.a),)
++   ifneq ($(wildcard $(PPMLIBPATH)/libnetpbm.so),)
+       PPMLINKOPTS += -lnetpbm
+    else
+       -include stopNOPBM
+@@ -113,7 +113,7 @@
+ # Dynamic linking is better for debugging because the link ought to be faster.
+ # Except it's broken right now with the new gcc.
+ ifdef NDEBUG
+-   LINKOPTS += -Xlinker -Bstatic
++   LINKOPTS += -Xlinker 
+ endif
+ LINKOPTS += -lXext -lX11 -lm $(PPMLINKOPTS)
+ ifdef NDEBUG
This page took 0.056315 seconds and 4 git commands to generate.