summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-03-08 16:08:53 +0000
committerEd Schouten <ed@FreeBSD.org>2010-03-08 16:08:53 +0000
commit50f879b46b839fb3c7d9583ab362a618759aae1d (patch)
tree7b4b3e9895369b3d9d9a8fcbb11e0a5a0fefeace /print
parentUpdate to 0.34. (diff)
Remove unneeded -lcompat.
It seems this port doesn't depend on any of the symbols provided by libcompat, so we'd better just remove it. Approved by: miwi
Notes
Notes: svn path=/head/; revision=250703
Diffstat (limited to 'print')
-rw-r--r--print/transfig/files/patch-ac14
1 files changed, 13 insertions, 1 deletions
diff --git a/print/transfig/files/patch-ac b/print/transfig/files/patch-ac
index 5c5ac8ff6263..b9f1a4acbdc7 100644
--- a/print/transfig/files/patch-ac
+++ b/print/transfig/files/patch-ac
@@ -48,7 +48,19 @@
I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR=$(FIG2DEV_LIBDIR) -DFIG2DEV_LIBDIR_STR=\\\"$(FIG2DEV_LIBDIR)\\\"
#endif /* I18N */
-@@ -229,7 +229,7 @@
+@@ -188,11 +188,7 @@
+ INCLUDES = -I..
+
+ LOCAL_LIBRARIES = $(LIBTRANSFIG)
+-#if defined(NetBSDArchitecture) || defined(FreeBSDArchitecture)
+-SYS_LIBRARIES = $(PNGLIBS) $(XPMLIBS) -lm -lcompat
+-#else
+ SYS_LIBRARIES = $(PNGLIBS) $(XPMLIBS) -lm
+-#endif
+ DEPLIBS = $(LIBTRANSFIG)
+
+ #if !(defined(SunOSPlatform) && (OSMajorVersion>=5))
+@@ -229,7 +225,7 @@
else (set -x; $(MKDIRHIER) $(DESTDIR)$(XFIGLIBDIR)/bitmaps ); fi ; \
echo Copying bitmap files for tk to $(DESTDIR)$(XFIGLIBDIR)/bitmaps ; \
for f in * ; do \