git: 5a9a76fa6f03 - main - graphics/telak: disable profiling, fix build on arm64 (HEAD)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Mar 2022 07:00:21 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5a9a76fa6f031498b4e7853b84722b78d975dc59
commit 5a9a76fa6f031498b4e7853b84722b78d975dc59
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-03-20 06:59:05 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-03-20 06:59:05 +0000
graphics/telak: disable profiling, fix build on arm64 (HEAD)
Notified by: pkg-fallout
---
graphics/telak/Makefile | 1 +
graphics/telak/files/patch-Makefile | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile
index a73ba9bb7d80..611b62524bb4 100644
--- a/graphics/telak/Makefile
+++ b/graphics/telak/Makefile
@@ -2,6 +2,7 @@
PORTNAME= telak
PORTVERSION= 0.7
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= graphics
diff --git a/graphics/telak/files/patch-Makefile b/graphics/telak/files/patch-Makefile
index 8dc33de4ba06..92b7517734e1 100644
--- a/graphics/telak/files/patch-Makefile
+++ b/graphics/telak/files/patch-Makefile
@@ -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