Advertisement
Guest User

Untitled

a guest
Feb 7th, 2011
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.80 KB | None | 0 0
  1. --- xxxterm-1.297/Makefile.old  2011-02-07 11:23:38.150000006 +0100
  2. +++ xxxterm-1.297/Makefile      2011-02-07 11:25:32.776666674 +0100
  3. @@ -14,6 +14,7 @@
  4.  LIBS+= webkit-1.0
  5.  LIBS+= libsoup-2.4
  6.  LIBS+= gnutls
  7. +LIBS+= gnutls-extra
  8.  GTK_CFLAGS!= pkg-config --cflags $(LIBS)
  9.  GTK_LDFLAGS!= pkg-config --libs $(LIBS)
  10.  CFLAGS+= $(GTK_CFLAGS) -Wall -pthread
  11. --- xxxterm-1.297/linux/Makefile.old    2011-02-07 11:28:22.266666674 +0100
  12. +++ xxxterm-1.297/linux/Makefile        2011-02-07 11:28:31.820000007 +0100
  13. @@ -1,6 +1,6 @@
  14.  # $xxxterm: Makefile,v 1.5 2011/01/04 10:29:32 marco Exp $
  15.  
  16. -LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4
  17. +LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls gnutls-extra
  18.  
  19.  CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I. $(shell pkg-config --cflags $(LIBS))
  20.  LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement