[Midnightbsd-cvs] mports [19007] trunk/graphics: remove lib ggi

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 15 20:46:45 EDT 2015


Revision: 19007
          http://svnweb.midnightbsd.org/mports/?rev=19007
Author:   laffer1
Date:     2015-05-15 20:46:45 -0400 (Fri, 15 May 2015)
Log Message:
-----------
remove lib ggi

Modified Paths:
--------------
    trunk/graphics/Makefile
    trunk/graphics/gdk-pixbuf2/Makefile

Removed Paths:
-------------
    trunk/graphics/libggi/

Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile	2015-05-16 00:45:37 UTC (rev 19006)
+++ trunk/graphics/Makefile	2015-05-16 00:46:45 UTC (rev 19007)
@@ -72,7 +72,6 @@
 SUBDIR += libemf
 SUBDIR += libexif
 SUBDIR += libfpx
-SUBDIR += libggi
 SUBDIR += libgnomecanvas
 SUBDIR += libgnomecanvasmm
 SUBDIR += libgphoto2

Modified: trunk/graphics/gdk-pixbuf2/Makefile
===================================================================
--- trunk/graphics/gdk-pixbuf2/Makefile	2015-05-16 00:45:37 UTC (rev 19006)
+++ trunk/graphics/gdk-pixbuf2/Makefile	2015-05-16 00:46:45 UTC (rev 19007)
@@ -21,7 +21,7 @@
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=		-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-introspection=yes --with-x11
 INSTALL_TARGET=	install-strip
 



More information about the Midnightbsd-cvs mailing list