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
This commit is contained in:
parent
74821d8db1
commit
50f879b46b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250703
1 changed files with 13 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue