Commits

Joshua Root authored beb83d42ebb
libnet: fix universal build (https://trac.macports.org/ticket/21042)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@73896 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

net/libnet/files/patch-configure

Added
1 +--- configure.orig 2001-01-18 07:59:33.000000000 +1100
2 ++++ configure 2010-11-29 02:00:47.000000000 +1100
3 +@@ -959,8 +959,8 @@
4 +
5 +
6 + if test $ac_cv_prog_gcc = yes; then
7 +- CCOPTS='-O2 -funroll-loops -fomit-frame-pointer -Wall'
8 +- CFLAGS="$CCOPTS"
9 ++ CCOPTS='-fomit-frame-pointer -Wall'
10 ++ CFLAGS+=" $CCOPTS"
11 + fi
12 +
13 + # Check whether --with-pf_packet or --without-pf_packet was given.

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut