aboutsummaryrefslogtreecommitdiff
path: root/graphics/anttweakbar/files
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-03-17 22:27:32 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-03-17 22:27:32 +0000
commita547753b9e0a8d8b6353fd4e160f0f4b71e489f6 (patch)
tree8cda051ef1c4d1b4f9ad73cf7a2ad6137375c9c3 /graphics/anttweakbar/files
parentfd3c0b2448711c5a0d3a43965cb2798355517b25 (diff)
downloadports-a547753b9e0a8d8b6353fd4e160f0f4b71e489f6.tar.gz
ports-a547753b9e0a8d8b6353fd4e160f0f4b71e489f6.zip
New port: graphics/anttweakbar: C library to add light and GUI into graphic apps
Notes
Notes: svn path=/head/; revision=568692
Diffstat (limited to 'graphics/anttweakbar/files')
-rw-r--r--graphics/anttweakbar/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/anttweakbar/files/patch-Makefile b/graphics/anttweakbar/files/patch-Makefile
new file mode 100644
index 000000000000..ba4dc6f9b603
--- /dev/null
+++ b/graphics/anttweakbar/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2021-03-17 22:07:56 UTC
++++ Makefile
+@@ -66,7 +66,7 @@ all: Makefile $(TARGET)
+
+ $(TARGET): $(OBJS)
+ @echo "===== Link $@ ====="
+- $(LINK) $(LFLAGS) -shared -Wl,-soname,lib$(TARGET)$(SO_EXT).$(SO_VERSION) -o $(OUT_DIR)/lib$(TARGET)$(SO_EXT) $(OBJS) $(LIBS)
++ $(LINK) $(LFLAGS) -shared -Wl,-soname,lib$(TARGET)$(SO_EXT).$(SO_VERSION) -o $(OUT_DIR)/lib$(TARGET)$(SO_EXT) $(OBJS) $(LIBS) $(LDFLAGS)
+ $(SYMLINK) $(OUT_DIR)/lib$(TARGET)$(SO_EXT) $(OUT_DIR)/lib$(TARGET)$(SO_EXT).$(SO_VERSION)
+ $(AR) $(OUT_DIR)/lib$(TARGET)$(AR_EXT) $(OBJS) $(LIBS)
+