You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ccglue/files/ccglue-0.3.1-as-needed.patch

12 lines
345 B

--- release-0.3.1/src/Makefile.am.orig
+++ release-0.3.1/src/Makefile.am
@@ -1,6 +1,4 @@
bin_PROGRAMS = ccglue
ccglue_SOURCES = cscoperdr.c seqfile.c sym_mgr.c digraph.c options.c main.c c_glue.c
-INCLUDES = `pkg-config --cflags glib-2.0`
-AM_LDFLAGS = `pkg-config --libs glib-2.0`
-
-
+AM_CFLAGS = $(GLIB_CFLAGS)
+ccglue_LDADD = $(GLIB_LIBS)