aboutsummaryrefslogtreecommitdiff
path: root/emulators/atari800/files
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-05-31 20:27:21 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-05-31 20:27:21 +0000
commit6ca08224805ad60fe20dcb009cb9ec3386ded824 (patch)
tree0bd189a91cebab7c43d6480227f7e64d7c5859bd /emulators/atari800/files
parent29be8bff1f654b97b561bff60db5e9abcbc83952 (diff)
downloadports-6ca08224805ad60fe20dcb009cb9ec3386ded824.tar.gz
ports-6ca08224805ad60fe20dcb009cb9ec3386ded824.zip
Notes
Diffstat (limited to 'emulators/atari800/files')
-rw-r--r--emulators/atari800/files/patch-configure34
1 files changed, 34 insertions, 0 deletions
diff --git a/emulators/atari800/files/patch-configure b/emulators/atari800/files/patch-configure
new file mode 100644
index 000000000000..8b7e3e6dcabf
--- /dev/null
+++ b/emulators/atari800/files/patch-configure
@@ -0,0 +1,34 @@
+--- configure.orig Sat Apr 30 23:18:04 2005
++++ configure Sat May 28 02:59:23 2005
+@@ -1369,7 +1369,7 @@
+ a8_target="UNKNOWN"
+ ;;
+ esac
+-if [ "$a8_target" == "UNKNOWN" ]; then
++if [ "$a8_target" = "UNKNOWN" ]; then
+ echo
+ echo "Usage: configure --target=<target> <other options>"
+ echo
+@@ -1569,11 +1569,11 @@
+ ;;
+ esac
+
+-if [ "X_$CFLAGS" == "X_" ]; then
++if [ "X_$CFLAGS" = "X_" ]; then
+ CFLAGS="-O2 -Wall"
+ fi
+
+-if [ "X_$LDFLAGS" == "X_" ]; then
++if [ "X_$LDFLAGS" = "X_" ]; then
+ LDFLAGS="-s"
+ fi
+
+@@ -4386,7 +4386,7 @@
+
+
+ OBJS=
+-if [ "$a8_host" == "win" ]; then
++if [ "$a8_host" = "win" ]; then
+
+ as_ac_Lib=`echo "ac_cv_lib_gdi32''_main" | $as_tr_sh`
+ echo "$as_me:$LINENO: checking for main in -lgdi32" >&5