aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-03-19 10:18:51 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-03-19 10:18:51 +0800
commit1d61e0b8c98820c7f660a1a74d4db1b03f31ede0 (patch)
treef7b34289f5d08918cb37087c6f9fdabd1b87b680 /audio
parentf2a20b09d4d3d7d821d47fd1c6ee7ccd7135c164 (diff)
downloadfreebsd-ports-gnome-1d61e0b8c98820c7f660a1a74d4db1b03f31ede0.tar.gz
freebsd-ports-gnome-1d61e0b8c98820c7f660a1a74d4db1b03f31ede0.tar.zst
freebsd-ports-gnome-1d61e0b8c98820c7f660a1a74d4db1b03f31ede0.zip
Allow this to build on 3.x
Respect CXXFLAGS (not from submitter) PR: 17443 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/id3ed/files/patch-ab11
-rw-r--r--audio/id3ed/files/patch-ac27
2 files changed, 38 insertions, 0 deletions
diff --git a/audio/id3ed/files/patch-ab b/audio/id3ed/files/patch-ab
new file mode 100644
index 000000000000..8dc89b020d0e
--- /dev/null
+++ b/audio/id3ed/files/patch-ab
@@ -0,0 +1,11 @@
+--- configure.in.orig Tue Feb 22 17:48:11 2000
++++ configure.in Sat Mar 18 18:10:52 2000
+@@ -31,7 +31,7 @@
+
+ dnl Checks for header files.
+ AC_HEADER_STDC
+-AC_CHECK_HEADERS(fcntl.h unistd.h set.h)
++AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+ dnl Checks for typedefs, structures, and compiler characteristics.
diff --git a/audio/id3ed/files/patch-ac b/audio/id3ed/files/patch-ac
new file mode 100644
index 000000000000..553006236bd4
--- /dev/null
+++ b/audio/id3ed/files/patch-ac
@@ -0,0 +1,27 @@
+--- configure.orig Tue Feb 22 17:48:17 2000
++++ configure Sat Mar 18 18:17:06 2000
+@@ -662,15 +662,11 @@
+ CXXFLAGS="$ac_save_CXXFLAGS"
+ elif test $ac_cv_prog_cxx_g = yes; then
+ if test "$GXX" = yes; then
+- CXXFLAGS="-g -O2"
+ else
+- CXXFLAGS="-g"
+ fi
+ else
+ if test "$GXX" = yes; then
+- CXXFLAGS="-O2"
+ else
+- CXXFLAGS=
+ fi
+ fi
+
+@@ -1122,7 +1118,7 @@
+
+ fi
+
+-for ac_hdr in fcntl.h unistd.h set.h
++for ac_hdr in fcntl.h unistd.h
+ do
+ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
+ echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6