- Remove patch we do not need anymore (fixed upstream)
Accidentally omitted in the previous commit due a CVS glitch PR: ports/72308 Submitted by: sergei Approved by: portsmgr (will) Pointy hat to: sergei
This commit is contained in:
parent
405c35e9a4
commit
fbcbbdcc5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118567
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
--- poslib-config.in.orig Thu Oct 9 09:59:25 2003
|
||||
+++ poslib-config.in Thu Oct 9 10:01:29 2003
|
||||
@@ -23,6 +23,8 @@ if test $# -eq 0; then
|
||||
usage 1 1>&2
|
||||
fi
|
||||
|
||||
+CMD=
|
||||
+
|
||||
while test $# -gt 0; do
|
||||
case "$1" in
|
||||
-*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
|
||||
@@ -31,7 +33,7 @@ while test $# -gt 0; do
|
||||
|
||||
case $1 in
|
||||
--version)
|
||||
- echo @VERSION@
|
||||
+ CMD="@VERSION@"
|
||||
;;
|
||||
--cflags)
|
||||
echo_cflags=yes
|
||||
@@ -48,8 +50,6 @@ while test $# -gt 0; do
|
||||
esac
|
||||
shift
|
||||
done
|
||||
-
|
||||
-CMD=
|
||||
|
||||
if test "$echo_cflags" = "yes"; then
|
||||
CMD="$CMD -I@includedir@/poslib-@VERSION@ -I@libdir@/poslib-@VERSION@/include/ -funsigned-char @THREAD_CFLAGS@"
|
Loading…
Reference in a new issue