remove patch-Makefile.in use "gnomehack" instead

This commit is contained in:
Oliver Lehmann 2011-03-09 14:12:56 +00:00
parent 54978b62bc
commit 26a0e4553f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270555
2 changed files with 1 additions and 20 deletions

View File

@ -15,7 +15,7 @@ COMMENT= A procedural terrain library
LIB_DEPENDS= wfmath-0.3.4:${PORTSDIR}/math/wfmath
USE_GNOME= pkgconfig
USE_GNOME= pkgconfig gnomehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -1,19 +0,0 @@
*** Makefile.in.orig Fri Feb 4 04:41:08 2005
--- Makefile.in Fri Feb 4 04:41:28 2005
***************
*** 185,191 ****
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = Mercator tests
! pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = mercator-0.2.pc
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
--- 185,191 ----
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = Mercator tests
! pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = mercator-0.2.pc
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive