diff options
Diffstat (limited to 'graphics/freeglut/files/patch-genfonts::Makefile.am')
-rw-r--r-- | graphics/freeglut/files/patch-genfonts::Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/freeglut/files/patch-genfonts::Makefile.am b/graphics/freeglut/files/patch-genfonts::Makefile.am new file mode 100644 index 000000000000..a593b966ee59 --- /dev/null +++ b/graphics/freeglut/files/patch-genfonts::Makefile.am @@ -0,0 +1,11 @@ +--- genfonts/Makefile.am.orig Sat Jan 8 23:02:55 2000 ++++ genfonts/Makefile.am Fri Apr 25 00:32:08 2003 +@@ -3,6 +3,6 @@ + bin_PROGRAMS = genfonts genstroke + genfonts_SOURCES = genfonts.c + genstroke_SOURCES = genstroke.c +-genfonts_LDADD = -L/usr/X11R6/lib -lglib -lX11 -lXext +-genstroke_LDADD = -lglib ++genfonts_LDADD = -L%%X11BASE%%/lib -lglib12 -lX11 -lXext ++genstroke_LDADD = -lglib12 + EXTRA_DIST = genfonts.c genstroke.c |