diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-24 22:00:30 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-24 22:00:30 +0800 |
commit | ff1cb06c2fe58d3e20e1684cfc98f25f0192e801 (patch) | |
tree | 61c4e13c530500cf584357c1a2cb1df968e55d65 /graphics/netpbm/files | |
parent | 63b1af9cc29fb9567183a63d45c62e06de70f883 (diff) | |
download | freebsd-ports-gnome-ff1cb06c2fe58d3e20e1684cfc98f25f0192e801.tar.gz freebsd-ports-gnome-ff1cb06c2fe58d3e20e1684cfc98f25f0192e801.tar.zst freebsd-ports-gnome-ff1cb06c2fe58d3e20e1684cfc98f25f0192e801.zip |
update to netpbm-10.14
PR: 48592
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Diffstat (limited to 'graphics/netpbm/files')
-rw-r--r-- | graphics/netpbm/files/patch-lib::Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/netpbm/files/patch-lib::Makefile b/graphics/netpbm/files/patch-lib::Makefile index e9d63ab90d13..b9f275e825a8 100644 --- a/graphics/netpbm/files/patch-lib::Makefile +++ b/graphics/netpbm/files/patch-lib::Makefile @@ -24,7 +24,7 @@ + $(CC) -c $(INCLUDE) $(CFLAGS) $(CADD) -o $@ $< + +$(SHLIBOBJECTS): %.lo: %.c $(HEADERLINKS) - $(CC) -c $(INCLUDE) $(CFLAGS) $(CFLAGS_SHLIB) $(CADD) -o $@ $< + $(CC) -c $(INCLUDES) $(CFLAGS) $(CFLAGS_SHLIB) $(CADD) -o $@ $< MAJ = $(NETPBM_MAJOR_RELEASE) MIN = $(NETPBM_MINOR_RELEASE) |