pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

alephone: also link against libGL



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Mar 21 21:51:56 2023 +0200
Changeset:	d92b76b60a32c214b2a9795a3dd6278ca454c7bc

Modified Files:
	alephone/distinfo
	alephone/patches/patch-configure

Log Message:
alephone: also link against libGL

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d92b76b60a32c214b2a9795a3dd6278ca454c7bc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 alephone/distinfo                | 2 +-
 alephone/patches/patch-configure | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/alephone/distinfo b/alephone/distinfo
index 4a10bfac89..89743664d8 100644
--- a/alephone/distinfo
+++ b/alephone/distinfo
@@ -7,4 +7,4 @@ SHA1 (patch-Source__Files_RenderMain_OGL__Headers.h) = 814a90cc8b4998385eba04fb0
 SHA1 (patch-Source__Files_RenderMain_OGL__Render.cpp) = 79249e5a1756a71d214b0c54501868155dfa6d80
 SHA1 (patch-Source__Files_RenderMain_OGL__Setup.cpp) = e6feda9aa47ce52b9d46a31a1a96364f8a0ad540
 SHA1 (patch-Source__Files_RenderOther_screen.cpp) = 356bc6a8a52e96cd44cadc038f6dee5ef28afe59
-SHA1 (patch-configure) = a047448f2c03db841870b18f21b7873711dafe40
+SHA1 (patch-configure) = e667f16efe23256717d8136d08410f3d89fa51b5
diff --git a/alephone/patches/patch-configure b/alephone/patches/patch-configure
index add1032591..1e3444d119 100644
--- a/alephone/patches/patch-configure
+++ b/alephone/patches/patch-configure
@@ -9,10 +9,10 @@ Use GLEW for GL extensions, works around a linking problem on NetBSD.
                    CPPFLAGS="$CPPFLAGS -D__DARWIN__ -F/System/Library/Frameworks -I/System/Library/Frameworks/OpenGL.framework/Headers"  ;; #(
    *-*-linux*) :
 -     SYS_GL_LIBS="-lGL -lpthread"  ;; #(
-+     SYS_GL_LIBS="-lGLEW -lpthread"  ;; #(
++     SYS_GL_LIBS="-lGLEW -lGL -lpthread"  ;; #(
    *) :
 -     SYS_GL_LIBS="-lGL"  ;;
-+     SYS_GL_LIBS="-lGLEW"  ;;
++     SYS_GL_LIBS="-lGLEW -lGL"  ;;
  esac
          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */


Home | Main Index | Thread Index | Old Index