diff options
author | pav <pav@FreeBSD.org> | 2005-05-07 23:38:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-07 23:38:45 +0800 |
commit | b52d08be1f45032e01637eec90b260901238552a (patch) | |
tree | 24a50934697f9bbfcaf15a603f99aaf1059baa88 /comms/gnokii | |
parent | 68769c9846e5f1027570f857aa44600d85ba7aec (diff) | |
download | freebsd-ports-gnome-b52d08be1f45032e01637eec90b260901238552a.tar.gz freebsd-ports-gnome-b52d08be1f45032e01637eec90b260901238552a.tar.zst freebsd-ports-gnome-b52d08be1f45032e01637eec90b260901238552a.zip |
- Fix WITHOUT_X11
PR: ports/80683
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms/gnokii')
-rw-r--r-- | comms/gnokii/files/patch-Makefile.global.in | 13 |
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@ |