summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2002-10-09 00:41:26 +0000
committerMike Heffner <mikeh@FreeBSD.org>2002-10-09 00:41:26 +0000
commit2abdf6df7d386379f8ca3c34e833e5d2d495439b (patch)
treef5cd082ba0e4fa59c1a42171d8155529f14e8093
parentPass MAKE_ENV to post-build and post-install MAKE invocations to ensure (diff)
Fix build for people who have xforms-1.0_1,1 already installed, by
linking against the correct library. PR: ports/43842
Notes
Notes: svn path=/head/; revision=67674
-rw-r--r--x11-toolkits/xforms/files/patch-ab17
1 files changed, 12 insertions, 5 deletions
diff --git a/x11-toolkits/xforms/files/patch-ab b/x11-toolkits/xforms/files/patch-ab
index 2d2e2227e60c..2415d92deefe 100644
--- a/x11-toolkits/xforms/files/patch-ab
+++ b/x11-toolkits/xforms/files/patch-ab
@@ -10,7 +10,7 @@
$(SNPINC) \
-I$(BUILDINCDIR) \
--- demos/Imakefile.orig Fri Sep 27 16:11:45 2002
-+++ demos/Imakefile Mon Oct 7 01:27:39 2002
++++ demos/Imakefile Tue Oct 8 18:33:33 2002
@@ -97,6 +97,9 @@
DEPOBJS = $(DEPSRCS:.c=.o)
PROGRAMS = $(DEMOSRCS:.c=)
@@ -21,18 +21,25 @@
#if Solaris64Bit
LDPRELIB = -L/usr/openwin/lib/sparcv9 -L/usr/local/lib/sparcv9
CCENVSETUP = LD_RUN_PATH=/usr/openwin/lib/sparcv9
-@@ -125,6 +128,8 @@
+@@ -125,6 +128,10 @@
DEPSNPLIB = $(SNPLIBDIR)/libformssnp.a
#endif
-+EXTRA_LDOPTIONS = $(FORMSLIB)
++EXTRA_LDOPTIONS = $(FORMSLIB) \
++ $(IMAGELIB) \
++ $(SNPLIB)
+
EXTRA_INCLUDES = \
$(SNPINC) \
-I$(BUILDINCDIR) \
-@@ -143,7 +148,7 @@
+@@ -138,12 +145,9 @@
+
+ EXTRA_LIBRARIES = \
+ $(STATIC) \
+- $(IMAGELIB) \
+- $(FORMSLIB) \
$(XPMLIB) \
- $(SNPLIB) \
+- $(SNPLIB) \
$(UNSTATIC) \
- $(JPEG) \
+ $(JPEGLIB) \