aboutsummaryrefslogtreecommitdiff
path: root/devel/jrtplib/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-16 10:36:38 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-16 10:36:38 +0000
commit15d1c65eec772c55a95e181b5c3e9c00b2ce650b (patch)
treee207efefe11a33e9c93926c72b0918d7247082e5 /devel/jrtplib/files
parent0384c2bec4b4b7b45c168b63c79153791be74d7f (diff)
downloadports-15d1c65eec772c55a95e181b5c3e9c00b2ce650b.tar.gz
ports-15d1c65eec772c55a95e181b5c3e9c00b2ce650b.zip
Update to 3.1.0
PR: ports/73976 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=121747
Diffstat (limited to 'devel/jrtplib/files')
-rw-r--r--devel/jrtplib/files/patch-aa40
1 files changed, 0 insertions, 40 deletions
diff --git a/devel/jrtplib/files/patch-aa b/devel/jrtplib/files/patch-aa
deleted file mode 100644
index 4435ec91094d..000000000000
--- a/devel/jrtplib/files/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
---- configure.orig Sat Oct 18 14:09:40 2003
-+++ configure Sat Oct 18 14:22:56 2003
-@@ -1187,7 +1187,7 @@
-
-
-
--RTP_CFLAGS="-O2"
-+RTP_CFLAGS="-fPIC -O2"
- RTP_TARGETS=dummymsg
- RTP_ARFLAGS=
- RTP_LDFLAGS=
-@@ -1806,7 +1806,7 @@
- GCC=`test $ac_compiler_gnu = yes && echo yes`
- ac_test_CFLAGS=${CFLAGS+set}
- ac_save_CFLAGS=$CFLAGS
--CFLAGS="-g"
-+CFLAGS="-fPIC -g"
- echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
- echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
- if test "${ac_cv_prog_cc_g+set}" = set; then
-@@ -1856,15 +1856,15 @@
- CFLAGS=$ac_save_CFLAGS
- elif test $ac_cv_prog_cc_g = yes; then
- if test "$GCC" = yes; then
-- CFLAGS="-g -O2"
-+ CFLAGS="-fPIC -g -O2"
- else
-- CFLAGS="-g"
-+ CFLAGS="-fPIC -g"
- fi
- else
- if test "$GCC" = yes; then
-- CFLAGS="-O2"
-+ CFLAGS="-fPIC -O2"
- else
-- CFLAGS=
-+ CFLAGS="-fPIC"
- fi
- fi
- # Some people use a C++ compiler to compile C. Since we use `exit',