pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/fontconfig



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Sep  6 15:27:21 UTC 2018

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile

Log Message:
Repeat after me: I have never ever used .../.libs directly.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/fonts/fontconfig/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/fontconfig/Makefile
diff -u pkgsrc/fonts/fontconfig/Makefile:1.112 pkgsrc/fonts/fontconfig/Makefile:1.113
--- pkgsrc/fonts/fontconfig/Makefile:1.112      Sun Sep  2 20:30:43 2018
+++ pkgsrc/fonts/fontconfig/Makefile    Thu Sep  6 15:27:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2018/09/02 20:30:43 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2018/09/06 15:27:21 joerg Exp $
 
 DISTNAME=      fontconfig-2.13.1
 CATEGORIES=    fonts
@@ -89,10 +89,6 @@ TEST_TARGET= check
 CONFIGURE_ENV+=        CC_FOR_BUILD=${NATIVE_CC:Q}
 .endif
 
-.if ${X11_TYPE} != "modular" && exists(${X11BASE}/lib/libfontconfig.so)
-LDFLAGS+=      -L../src/.libs
-.endif
-
 post-install:
        ${INSTALL_DATA} ${FILESDIR}/30-pkgsrc-aliases.conf ${DESTDIR}${TMPLDIR}
 



Home | Main Index | Thread Index | Old Index