Skip to content

Commit

Permalink
graphics/telak: disable profiling, fix build on arm64 (HEAD)
Browse files Browse the repository at this point in the history
Notified by:	pkg-fallout
  • Loading branch information
ehaupt committed Mar 20, 2022
1 parent 7b5633d commit 5a9a76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions graphics/telak/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= telak
PORTVERSION= 0.7
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= graphics

Expand Down
2 changes: 1 addition & 1 deletion graphics/telak/files/patch-Makefile
Expand Up @@ -7,7 +7,7 @@
-LDFLAGS = $(shell imlib2-config --libs) $(shell curl-config --libs) -lgcrypt -lX11
-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 += -pg -W -Wall $(shell curl-config --cflags) $(shell imlib2-config --cflags) -DTELAK_USER_AGENT="\"$(BIN) $(VERSION)\"" -DTELAK_VERSION="\"$(VERSION)\""
+CFLAGS += -W -Wall $(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

0 comments on commit 5a9a76f

Please sign in to comment.