diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-30 03:04:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-30 03:04:33 +0000 |
commit | f89a6b459429792c4da8df43a2448f7a1313ea0f (patch) | |
tree | 51e5a0614c19b70096a9ce5bb833ee73b3c736e3 /devel/allegro-devel/files/patch-misc::allegro-config.in | |
parent | mail/gtkgrepmail run-depends on gnome-help-browser. (diff) |
devel/allegro: updating to 4.1.4 (devel version).
This PR updates allegro to the last 4.1.4, fixes allegro-config,
and adds samples.
PR: ports/45344
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel/allegro-devel/files/patch-misc::allegro-config.in')
-rw-r--r-- | devel/allegro-devel/files/patch-misc::allegro-config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/allegro-devel/files/patch-misc::allegro-config.in b/devel/allegro-devel/files/patch-misc::allegro-config.in new file mode 100644 index 000000000000..d060f8fd3641 --- /dev/null +++ b/devel/allegro-devel/files/patch-misc::allegro-config.in @@ -0,0 +1,11 @@ +--- misc/allegro-config.in.orig Wed Oct 23 08:10:01 2002 ++++ misc/allegro-config.in Mon Nov 11 18:41:09 2002 +@@ -167,7 +167,7 @@ + if test "$static_libs" = "yes"; then + echo $libdirs $allegro_ldflags -l${lib_type} $allegro_libs + else +- echo $libdirs $allegro_ldflags -l${lib_type}-${version} -l${lib_type}_unsharable ++ echo $libdirs $allegro_ldflags -l${lib_type} -l${lib_type}_unsharable + fi + fi + |