Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 19 years ago
parent
commit
5f46552bc5
2 changed files with 13 additions and 2 deletions
  1. +11
    -0
      package/stf/gpac/configure-opengl-detection.patch
  2. +2
    -2
      package/stf/gpac/gpac.desc

+ 11
- 0
package/stf/gpac/configure-opengl-detection.patch

@ -0,0 +1,11 @@
--- ./configure.orig 2006-03-30 23:21:37.000000000 +0200
+++ ./configure 2006-03-30 23:22:52.000000000 +0200
@@ -369,7 +369,7 @@
if test "$win32" = "yes" ; then
LINK3D="-lopengl32 -lglu32"
else
-LINK3D="-lGL -lGLU"
+LINK3D="-L/usr/X11/lib -lGL -lGLU"
fi
if $cc -o $TMPO $TMPC $LINK3D 2> /dev/null ; then

+ 2
- 2
package/stf/gpac/gpac.desc

@ -44,7 +44,7 @@
[L] GPL
[S] Beta
[V] 0.3.0
[V] 0.4.0r2
[P] X -?---5---9 150.000
[D] 1781168943 gpac-0.3.0.tar.gz http://dl.sourceforge.net/gpac/
[D] 178069378 gpac-0.4.0-rc2.tar.gz http://dl.sourceforge.net/gpac/

Loading…
Cancel
Save