UPDATE: gnubg
Reported by: |
benwill@… |
Owned by: |
matt@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
gnubg
|
|
|
This fixes a bug (extern nSkip redefined as static) under GCC 4.0.
--- Portfile.orig 2005-06-23 16:56:44.000000000 -0700
+++ Portfile 2005-06-23 17:00:41.000000000 -0700
@@ -37,7 +37,7 @@
system "mv ${name}.weights-0.14 ${name}.weights"
}
-patchfiles patch-configure.diff
+patchfiles patch-configure.diff patch-rollout.h
configure.env CPPFLAGS="-I${prefix}/include" \
CFLAGS="-lmx" \
Patch to go with updated portfile