mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
14 lines
808 B
Plaintext
14 lines
808 B
Plaintext
--- ./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
|
|
-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
|
|
MANDIR=$(DESTDIR)/usr/share/man/man1
|