[92800] trunk/dports/net/ngrep

jmr at macports.org jmr at macports.org
Sun May 6 22:48:38 PDT 2012


Revision: 92800
          https://trac.macports.org/changeset/92800
Author:   jmr at macports.org
Date:     2012-05-06 22:48:38 -0700 (Sun, 06 May 2012)
Log Message:
-----------
ngrep: fix universal build (#30511)

Modified Paths:
--------------
    trunk/dports/net/ngrep/Portfile

Added Paths:
-----------
    trunk/dports/net/ngrep/files/regex-0.12_Makefile.in.patch

Modified: trunk/dports/net/ngrep/Portfile
===================================================================
--- trunk/dports/net/ngrep/Portfile	2012-05-07 05:28:43 UTC (rev 92799)
+++ trunk/dports/net/ngrep/Portfile	2012-05-07 05:48:38 UTC (rev 92800)
@@ -25,7 +25,7 @@
 
 depends_build	port:libpcap
 
-patchfiles      Makefile.in.patch
+patchfiles      Makefile.in.patch regex-0.12_Makefile.in.patch
 
 configure.args	--with-pcap-includes=${prefix}/include \
 				--mandir=${prefix}/share/man

Added: trunk/dports/net/ngrep/files/regex-0.12_Makefile.in.patch
===================================================================
--- trunk/dports/net/ngrep/files/regex-0.12_Makefile.in.patch	                        (rev 0)
+++ trunk/dports/net/ngrep/files/regex-0.12_Makefile.in.patch	2012-05-07 05:48:38 UTC (rev 92800)
@@ -0,0 +1,15 @@
+--- regex-0.12/Makefile.in.orig	2006-11-15 12:34:43.000000000 +1100
++++ regex-0.12/Makefile.in	2012-05-07 15:44:47.000000000 +1000
+@@ -29,10 +29,10 @@
+ CPPFLAGS = 
+ 
+ # Likewise, you can override CFLAGS to optimize, use -Wall, etc.
+-CFLAGS = -g
++CFLAGS = @CFLAGS@
+ 
+ # Ditto for LDFLAGS and LOADLIBES.
+-LDFLAGS =
++LDFLAGS = @LDFLAGS@
+ LOADLIBES =
+ 
+ srcdir = @srcdir@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120506/e2189c07/attachment.html>


More information about the macports-changes mailing list