aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gnokii/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-07 23:38:45 +0800
committerPav Lucistnik <pav@FreeBSD.org>2005-05-07 23:38:45 +0800
commit78bfcb98fab2809726e464b0057bc721c0aa5a07 (patch)
treec7cd39a91bfb9b2778acb3df866b033ec4d2333c /comms/gnokii/files
parenta2c3080897b716145b2a4a4d7afa845cabc89e82 (diff)
downloadfreebsd-ports-gnome-78bfcb98fab2809726e464b0057bc721c0aa5a07.tar.gz
freebsd-ports-gnome-78bfcb98fab2809726e464b0057bc721c0aa5a07.tar.zst
freebsd-ports-gnome-78bfcb98fab2809726e464b0057bc721c0aa5a07.zip
- Fix WITHOUT_X11
PR: ports/80683 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms/gnokii/files')
-rw-r--r--comms/gnokii/files/patch-Makefile.global.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/comms/gnokii/files/patch-Makefile.global.in b/comms/gnokii/files/patch-Makefile.global.in
index 76c588dcca92..f179c406ee6f 100644
--- a/comms/gnokii/files/patch-Makefile.global.in
+++ b/comms/gnokii/files/patch-Makefile.global.in
@@ -1,5 +1,5 @@
---- Makefile.global.in.orig Tue Jul 6 11:57:56 2004
-+++ Makefile.global.in Tue Jul 6 11:59:17 2004
+--- Makefile.global.in.orig Fri Apr 29 22:40:17 2005
++++ Makefile.global.in Fri May 6 03:20:25 2005
@@ -21,14 +21,14 @@
bindir = @bindir@
@@ -18,3 +18,12 @@
docdir = ${prefix}/share/doc/${PACKAGE}
locdir = @datadir@/locale
+@@ -46,7 +46,7 @@
+ CC = @CC@
+ CFLAGS = @CFLAGS@
+ CPPFLAGS = @CPPFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lroken -lcrypt
+ LDFLAGS = @LDFLAGS@
+ LEX = @LEX@
+ AR = @AR@