summaryrefslogtreecommitdiff
path: root/x11-toolkits/xforms/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/xforms/files/patch-ab')
-rw-r--r--x11-toolkits/xforms/files/patch-ab48
1 files changed, 0 insertions, 48 deletions
diff --git a/x11-toolkits/xforms/files/patch-ab b/x11-toolkits/xforms/files/patch-ab
deleted file mode 100644
index 2415d92deefe..000000000000
--- a/x11-toolkits/xforms/files/patch-ab
+++ /dev/null
@@ -1,48 +0,0 @@
---- fdesign/Imakefile.orig Sun Oct 6 23:19:19 2002
-+++ fdesign/Imakefile Sun Oct 6 23:20:13 2002
-@@ -78,6 +78,8 @@
- INCDIR = XFormsNonstandardInstallDir/include
- #endif
-
-+EXTRA_LDOPTIONS = $(FORMSLIB)
-+
- EXTRA_INCLUDES = \
- $(SNPINC) \
- -I$(BUILDINCDIR) \
---- demos/Imakefile.orig Fri Sep 27 16:11:45 2002
-+++ demos/Imakefile Tue Oct 8 18:33:33 2002
-@@ -97,6 +97,9 @@
- DEPOBJS = $(DEPSRCS:.c=.o)
- PROGRAMS = $(DEMOSRCS:.c=)
-
-+JPEGLIBLOC = JpegLibLoc
-+JPEGLIB = -L$(JPEGLIBLOC) -ljpeg
-+
- #if Solaris64Bit
- LDPRELIB = -L/usr/openwin/lib/sparcv9 -L/usr/local/lib/sparcv9
- CCENVSETUP = LD_RUN_PATH=/usr/openwin/lib/sparcv9
-@@ -125,6 +128,10 @@
- DEPSNPLIB = $(SNPLIBDIR)/libformssnp.a
- #endif
-
-+EXTRA_LDOPTIONS = $(FORMSLIB) \
-+ $(IMAGELIB) \
-+ $(SNPLIB)
-+
- EXTRA_INCLUDES = \
- $(SNPINC) \
- -I$(BUILDINCDIR) \
-@@ -138,12 +145,9 @@
-
- EXTRA_LIBRARIES = \
- $(STATIC) \
-- $(IMAGELIB) \
-- $(FORMSLIB) \
- $(XPMLIB) \
-- $(SNPLIB) \
- $(UNSTATIC) \
-- $(JPEG) \
-+ $(JPEGLIB) \
- -lm
-
- EXTRA_DEFINES =