diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-21 08:41:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-21 08:41:19 +0000 |
commit | 1d2f1407863bb537a8b903809686de515972a863 (patch) | |
tree | a1809169e30ff7f7f117f8a91e93dde34d83891f /graphics/netpbm/files/patch-be | |
parent | The people who release gd think that removing old versions of gd (diff) |
Update to version 9.2.
PR: ports/18676
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=28639
Diffstat (limited to 'graphics/netpbm/files/patch-be')
-rw-r--r-- | graphics/netpbm/files/patch-be | 38 |
1 files changed, 12 insertions, 26 deletions
diff --git a/graphics/netpbm/files/patch-be b/graphics/netpbm/files/patch-be index 8421fafebc62..dc8d9ac9dd11 100644 --- a/graphics/netpbm/files/patch-be +++ b/graphics/netpbm/files/patch-be @@ -1,41 +1,27 @@ ---- pgm/Makefile.orig Sat May 6 12:01:47 2000 -+++ pgm/Makefile Mon May 8 00:00:00 2000 -@@ -3,7 +3,7 @@ +--- pgm/Makefile.orig Sat May 13 09:36:06 2000 ++++ pgm/Makefile Sat May 20 00:00:00 2000 +@@ -3,14 +3,13 @@ LIBROOT = pgm LIBPGM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 -+MAJ = 1 - MIN = 0 +-MIN = 0 ++SOVER = 1 PBMDIR = $(SRCDIR)/pbm -@@ -13,6 +13,7 @@ - INCLUDE = -I$(SRCDIR) $(INCLUDEPBM) -I$(SRCDIR)/shhopt + INCLUDEPBM = -I$(PBMDIR) + LIBPBM = libpbm.$(NETPBMLIBSUFFIX) + +-INCLUDE = -I$(SRCDIR) $(INCLUDEPBM) -I$(SRCDIR)/shhopt ++INCLUDE = -I$(SRCDIR) $(INCLUDEPBM) NETPBMLIBS = $(LIBPGM) $(PBMDIR)/$(LIBPBM) -+NETPBMLD = -L. -lpgm -L$(PBMDIR) -lpbm LIBLIBS = $(PBMDIR)/$(LIBPBM) - - PORTBINARIES = asciitopgm bioradtopgm fstopgm hipstopgm \ -@@ -26,6 +27,7 @@ - MERGE_OBJECTS = $(patsubst %,%.o2, $(BINARIES)) +@@ -27,6 +26,7 @@ + MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES)) LIBOBJECTS = libpgm1.o libpgm2.o +LIBSOBJECTS = libpgm1.so libpgm2.so MANUALS1 = $(BINARIES) MANUALS3 = libpgm -@@ -42,11 +44,11 @@ - - # Rules for plain programs. - $(PORTBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) $(CDEBUG) - - # Rule for math-dependent programs. - $(MATHBINARIES): %: %.o $(NETPBMLIBS) -- $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLIBS) $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o -lm $(NETPBMLD) $(CDEBUG) - - # And libraries. - $(PBMDIR)/$(LIBPBM): FORCE |