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/x11-misc/rss-glx/files/rss-glx-0.9.1-asneeded.patch

13 lines
263 B

Fixing as-needed issue
http://bugs.gentoo.org/313837
--- a/src/PixelCity/Makefile.am
+++ b/src/PixelCity/Makefile.am
@@ -23,3 +23,5 @@
Texture.cpp \
Visible.cpp \
World.cpp
+libPixelCity_la_LIBADD=@quesoglc_LIBS@
+libPixelCity_la_CFLAGS=@quesoglc_CFLAGS@