From 3fe5983b536ca2b4516714446cd8ae342c28319e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 7 Mar 2003 21:37:58 +0000 Subject: [PATCH] f1bc872b74c62a7bbdf8f1729ccacb46 fungimol-0.5.1.tar.gz Changed files: fungimol-shared.patch -> 1.1 --- fungimol-shared.patch | 51 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 fungimol-shared.patch diff --git a/fungimol-shared.patch b/fungimol-shared.patch new file mode 100644 index 0000000..5046d5d --- /dev/null +++ b/fungimol-shared.patch @@ -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 -- 2.43.0