freebsd-ports/x11-toolkits/gtkada-devel/files/patch-src::gnome::Makefile.in
Maxim Sobolev 2af503f342 - Unbroke with threaded Mesa;
While I'm here:
- update to 1.2.2;
- respect CFLAGS;
- sort pkg-plist;
- properly name shared libraries.

Submitted by:	bento
2001-08-15 09:56:11 +00:00

15 lines
395 B
Plaintext

$FreeBSD$
--- src/gnome/Makefile.in 2001/08/15 08:53:08 1.1
+++ src/gnome/Makefile.in 2001/08/15 08:53:44
@@ -1,7 +1,7 @@
include ../Makefile.common
LIBNAME = libgnomeada$(SO_EXT)
-SONAME = libgnomeada-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO)
+SONAME = libgnomeada$(SO_EXT).$(MICRO)
ARCHIVENAME = libgnomeada.a
GNOME_LIBS = @GNOME_LIBS@
HAVE_GNOME = @HAVE_GNOME@