Advertisement
Guest User

Untitled

a guest
Dec 17th, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. diff -aur xsvg-0.2.1.pristine/src/Makefile.am xsvg-0.2.1.fixed/src/Makefile.am
  2. --- xsvg-0.2.1.pristine/src/Makefile.am 2011-12-18 00:25:10.435037751 +0100
  3. +++ xsvg-0.2.1.fixed/src/Makefile.am 2011-12-18 00:27:29.160462671 +0100
  4. @@ -6,4 +6,4 @@
  5. xsvg.c
  6.  
  7. AM_CFLAGS = $(X_CFLAGS) $(XSVG_CFLAGS)
  8. -xsvg_LDFLAGS = $(X_LIBS) $(XSVG_LIBS)
  9. +xsvg_LDFLAGS = $(X_LIBS) $(XSVG_LIBS) /usr/lib/libXrender.so.1 /usr/lib/libX11.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement