mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
- Switch to DISTVERSION - Define LICENSE_FILE - Use autoreconf as workaround to fix build (not needed in <= 3.1.3) - Put most SED commands in patches - Comment patches about what they doing - Port uses USES=jpeg and not openjpeg* (at the moment) - Take maintainership ChangeLog: https://sourceforge.net/projects/sf-xpaint/files/sf-xpaint/
13 lines
407 B
Text
13 lines
407 B
Text
Fix libtool path.
|
|
|
|
--- xpaintrw/Makefile.am.orig 2023-07-13 21:19:11 UTC
|
|
+++ xpaintrw/Makefile.am
|
|
@@ -28,7 +28,7 @@ xpaint_DEFINES = $(ARCH_DEFINES) $(EXTRA_DEFINES) $(XA
|
|
|
|
xpaint_DEFINES = $(ARCH_DEFINES) $(EXTRA_DEFINES) $(XAWLIB_DEFINES)
|
|
|
|
-LIBTOOL = /usr/bin/libtool
|
|
+LIBTOOL = ${LOCALBASE}/bin/libtool
|
|
AM_CFLAGS = @X_CFLAGS@ @SPECIAL_CFLAGS@ $(xpaint_DEFINES)
|
|
AM_YFLAGS = -d
|
|
CLEANFILES =
|