File: SDL-1.2.14-openbsd-rldflags.patch

package info (click to toggle)
libalien-sdl-perl 1.446-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,580 kB
  • sloc: perl: 1,317; ansic: 130; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
--- SDL-1.2.14/configure	Sat Oct 17 19:35:13 2009
+++ SDL-1.2.14/configure	Sat Dec 18 12:22:57 2010
@@ -30668,7 +30668,7 @@
 # Set runtime shared library paths as needed
 
 if test "x$enable_rpath" = "xyes"; then
-  if test $ARCH = bsdi -o $ARCH = freebsd -o $ARCH = irix -o $ARCH = linux -o $ARCH = netbsd; then
+  if test $ARCH = bsdi -o $ARCH = openbsd -o $ARCH = freebsd -o $ARCH = irix -o $ARCH = linux -o $ARCH = netbsd; then
     SDL_RLD_FLAGS="-Wl,-rpath,\${libdir}"
   fi
   if test $ARCH = solaris; then