diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-05-23 21:28:46 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-05-23 21:28:46 +0000 |
commit | 11f605664244c4c425a16530b762f038968632ce (patch) | |
tree | 2292dd7cdc7b8ceced7506e6f192ab93c165a26e /emulators/pearpc/files | |
parent | 39593341083d5377255ae67ab6f7f91b365b7697 (diff) | |
download | ports-11f605664244c4c425a16530b762f038968632ce.tar.gz ports-11f605664244c4c425a16530b762f038968632ce.zip |
Notes
Diffstat (limited to 'emulators/pearpc/files')
-rw-r--r-- | emulators/pearpc/files/patch-configure | 23 | ||||
-rw-r--r-- | emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc | 11 | ||||
-rw-r--r-- | emulators/pearpc/files/patch-src::io::3c90x::if_posix.cc | 12 | ||||
-rw-r--r-- | emulators/pearpc/files/pkg-message.in | 3 |
4 files changed, 49 insertions, 0 deletions
diff --git a/emulators/pearpc/files/patch-configure b/emulators/pearpc/files/patch-configure new file mode 100644 index 000000000000..2c12c0fd62fd --- /dev/null +++ b/emulators/pearpc/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Sun May 23 23:18:16 2004 ++++ configure Sun May 23 23:18:55 2004 +@@ -697,9 +697,9 @@ + fi + + if test "x$enable_release" = "xyes"; then +- FLAGS_ALL="-g -O2 -Wall -fsigned-char" ++ FLAGS_ALL="-Wall -fsigned-char" + else +- FLAGS_ALL="-g -O0 -Wall -fsigned-char" ++ FLAGS_ALL="-Wall -fsigned-char" + fi + + if test "x$enable_fpo" = "xyes"; then +@@ -1007,7 +1007,7 @@ + USE_CPU_JITC_X86_FALSE= + fi + +-FLAGS_ALL="-D_FILE_OFFSET_BITS=64 -pipe $FLAGS_ALL"; ++FLAGS_ALL="-D_FILE_OFFSET_BITS=64 $CFLAGS $FLAGS_ALL"; + + CXXFLAGS="$FLAGS_ALL" + CFLAGS="$FLAGS_ALL" diff --git a/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc b/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc new file mode 100644 index 000000000000..2ef3d6116269 --- /dev/null +++ b/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc @@ -0,0 +1,11 @@ +--- /usr/ports/emulators/pearpc/work/pearpc-0.1.2/src/io/3c90x/3c90x.cc Thu May 20 18:00:21 2004 ++++ src/io/3c90x/3c90x.cc Sat May 22 13:56:19 2004 +@@ -47,6 +47,8 @@ + #include "config.h" + #endif + ++#define WIN32 ++ + #if defined(WIN32) || defined(__WIN32__) + #else + diff --git a/emulators/pearpc/files/patch-src::io::3c90x::if_posix.cc b/emulators/pearpc/files/patch-src::io::3c90x::if_posix.cc new file mode 100644 index 000000000000..e66c37773489 --- /dev/null +++ b/emulators/pearpc/files/patch-src::io::3c90x::if_posix.cc @@ -0,0 +1,12 @@ +--- src/io/3c90x/if_posix.cc.orig Sat May 8 03:27:32 2004 ++++ src/io/3c90x/if_posix.cc Sat May 22 13:12:17 2004 +@@ -20,6 +20,9 @@ + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ ++ ++#define WIN32 /* Dirty hack :-) */ ++ + #if defined(WIN32) || defined(__WIN32__) + #else + diff --git a/emulators/pearpc/files/pkg-message.in b/emulators/pearpc/files/pkg-message.in new file mode 100644 index 000000000000..ea59d137d75f --- /dev/null +++ b/emulators/pearpc/files/pkg-message.in @@ -0,0 +1,3 @@ + +Sample config file can be found at /usr/local/etc/ppccfg.example + |