summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/telak/files/patch-Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/telak/files/patch-Makefile b/graphics/telak/files/patch-Makefile
index 0c081b655680..c67aca61604d 100644
--- a/graphics/telak/files/patch-Makefile
+++ b/graphics/telak/files/patch-Makefile
@@ -1,10 +1,12 @@
---- ./Makefile.orig 2011-08-29 14:29:51.000000000 +0200
-+++ ./Makefile 2011-08-29 14:31:09.000000000 +0200
-@@ -2,7 +2,7 @@
+--- ./Makefile.orig 2008-03-20 16:05:59.000000000 +0100
++++ ./Makefile 2014-02-14 10:08:18.502223147 +0100
+@@ -1,8 +1,8 @@
+ VERSION = $(shell grep '^Version' ChangeLog | head -n 1 | cut -d' ' -f2 | tr -d ' ')
BIN = telak
O = telak.o fetch.o image.o parse.o toon.o
- LDFLAGS = $(shell imlib2-config --libs) $(shell curl-config --libs) -lgcrypt
+-LDFLAGS = $(shell imlib2-config --libs) $(shell curl-config --libs) -lgcrypt
-CFLAGS = -pg -W -Wall $(shell curl-config --cflags) $(shell imlib2-config --cflags) -DTELAK_USER_AGENT="\"$(BIN) $(VERSION)\"" -DTELAK_VERSION="\"$(VERSION)\"" -g
++LDFLAGS = $(shell imlib2-config --libs) $(shell curl-config --libs) -lgcrypt -lX11
+CFLAGS += $(shell curl-config --cflags) $(shell imlib2-config --cflags) -DTELAK_USER_AGENT="\"$(BIN) $(VERSION)\"" -DTELAK_VERSION="\"$(VERSION)\""
BINDIR=$(DESTDIR)/usr/bin