diff options
author | rh <rh@pkgsrc.org> | 2002-03-24 22:27:41 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-03-24 22:27:41 +0000 |
commit | 94f276f56c158bb1fd49f6c5b2ca66ff764cf98c (patch) | |
tree | 1ddfdd6122c20d9c7afbd2a093ba2a702b36e1e0 /graphics/gle/patches | |
parent | c420d3ed35251398b386f359d7f10463607b0f75 (diff) | |
download | pkgsrc-94f276f56c158bb1fd49f6c5b2ca66ff764cf98c.tar.gz |
Reorder link line for GLE example programs so linking works again. Fixes
provided in PR pkg/14240 by Rafal <rafal@netbsd.org>.
Diffstat (limited to 'graphics/gle/patches')
-rw-r--r-- | graphics/gle/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gle/patches/patch-ac b/graphics/gle/patches/patch-ac new file mode 100644 index 00000000000..a7646ae8d45 --- /dev/null +++ b/graphics/gle/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2002/03/24 22:27:42 rh Exp $ + +--- configure.orig Thu Apr 26 05:27:41 2001 ++++ configure +@@ -3202,7 +3202,7 @@ + # cc @X_LIBS@ (-lfoo...) @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@ + # (Perhaps X_LIBS should have been called X_LDFLAGS.) + +-X_LIBS="$X_LIBS -lgle -lXi -lXext -lXmu -lXt -lX11" ++X_LIBS="-lgle $X_LIBS -lXi -lXext -lXmu -lXt -lX11" + + trap '' 1 2 15 + cat > confcache <<\EOF |